#35CDB1

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

Shades of Shamrock #35CDB1

Tints of Shamrock #35CDB1

Color information

#35CDB1 (or 0x35CDB1) is unknown color: approx Shamrock. HEX triplet: 35, CD and B1. RGB value is (53,205,177). Sum of RGB (Red+Green+Blue) = 53+205+177=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CDB1 is #CA324E. Grayscale: #9C9C9C. Windows color (decimal): -13251151 or 11652405. OLE color: 11652405.

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

Color convert

RGB53205177-
CMYK0.7400.140.20
HSL168.95º60.32%50.59%-
HSV(B)168.95º74.15%80.39%-
XYZ31.2447.5949.14-
YUV156.36139.6454.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.18%
GREEN value IS 205 (80.47% from 255) = 47.13%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=12.18%
G=47.13%
B=40.69%

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
Decimal532051770.7400.140.20168.9560.3250.59
Hex35CDB14A0E14a93c33
Octal65315261112016242517463
Binary11010111001101101100011001010011101010010101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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