#35CDB4

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

Shades of Shamrock #35CDB4

Tints of Shamrock #35CDB4

Color information

#35CDB4 (or 0x35CDB4) is unknown color: approx Shamrock. HEX triplet: 35, CD and B4. RGB value is (53,205,180). Sum of RGB (Red+Green+Blue) = 53+205+180=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDB4 is #CA324B. Grayscale: #9C9C9C. Windows color (decimal): -13251148 or 11849013. OLE color: 11849013.

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

Color convert

RGB53205180-
CMYK0.7400.120.20
HSL170.13º60.32%50.59%-
HSV(B)170.13º74.15%80.39%-
XYZ31.5447.7150.73-
YUV156.7141.1454.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 205 (80.47% from 255) = 46.80%
BLUE value IS 180 (70.70% from 255) = 41.10%
R=12.10%
G=46.80%
B=41.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051800.7400.120.20170.1360.3250.59
Hex35CDB44A0C14aa3c33
Octal65315264112014242527463
Binary11010111001101101101001001010011001010010101010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,180); }

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

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

 a { background-color: rgb(53,205,180); }

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

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

 span { border-color: rgb(53,205,180); }

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