#35CDB0

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

Shades of Shamrock #35CDB0

Tints of Shamrock #35CDB0

Color information

#35CDB0 (or 0x35CDB0) is unknown color: approx Shamrock. HEX triplet: 35, CD and B0. RGB value is (53,205,176). Sum of RGB (Red+Green+Blue) = 53+205+176=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CDB0 is #CA324F. Grayscale: #9C9C9C. Windows color (decimal): -13251152 or 11586869. OLE color: 11586869.

HSL color Cylindrical-coordinate representation of color #35CDB0: hue angle of 168.55º 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 #35CDB0 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB53205176-
CMYK0.7400.140.20
HSL168.55º60.32%50.59%-
HSV(B)168.55º74.15%80.39%-
XYZ31.1447.5548.61-
YUV156.25139.1454.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.21%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=12.21%
G=47.24%
B=40.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051760.7400.140.20168.5560.3250.59
Hex35CDB04A0E14a93c33
Octal65315260112016242517463
Binary11010111001101101100001001010011101010010101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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