#35CCAD

Color #35CCAD Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #35CCAD

Tints of Shamrock #35CCAD

Color information

#35CCAD (or 0x35CCAD) is unknown color: approx Shamrock. HEX triplet: 35, CC and AD. RGB value is (53,204,173). Sum of RGB (Red+Green+Blue) = 53+204+173=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #35CCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CCAD is #CA3352. Grayscale: #9B9B9B. Windows color (decimal): -13251411 or 11390005. OLE color: 11390005.

HSL color Cylindrical-coordinate representation of color #35CCAD: hue angle of 167.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CCAD is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB53204173-
CMYK0.7400.150.2
HSL167.68º59.68%50.39%-
HSV(B)167.68º74.02%80%-
XYZ30.646.9646.99-
YUV155.32137.9755.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 12.33%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=12.33%
G=47.44%
B=40.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal532041730.7400.150.2167.6859.6850.39
Hex35CCAD4A0F14a83c32
Octal65314255112017242507462
Binary11010111001100101011011001010011111010010101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35CCAD; }

 p { color: rgb(53,204,173); }

 H1.HeaderClassName
 {
   color: #35CCAD;
 }
 .AnyTagClassName
 {
   color: #35CCAD;
 }
</style>
background-color css

<style>
 a { background-color: #35CCAD; }

 a { background-color: rgb(53,204,173); }

 div.DivClassName
 {
   background-color: #35CCAD;
 }
 .BgClassName
 {
   background-color: #35CCAD;
 }
</style>
border-color css

<style>
 span { border-color: #35CCAD; }

 span { border-color: rgb(53,204,173); }

 td.TdClassName
 {
   border-color: #35CCAD;
 }
 .TagClassName
 {
   border-color: #35CCAD;
 }
</style>