#35bb9c

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

Shades of Shamrock #35BB9C

Tints of Shamrock #35BB9C

Color information

#35BB9C (or 0x35BB9C) is unknown color: approx Shamrock. HEX triplet: 35, BB and 9C. RGB value is (53,187,156). Sum of RGB (Red+Green+Blue) = 53+187+156=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BB9C is #CA4463. Grayscale: #8F8F8F. Windows color (decimal): -13255780 or 10271541. OLE color: 10271541.

HSL color Cylindrical-coordinate representation of color #35BB9C: hue angle of 166.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BB9C is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB53187156-
CMYK0.7200.170.27
HSL166.12º55.83%47.06%-
HSV(B)166.12º71.66%73.33%-
XYZ25.2438.737.59-
YUV143.4135.1163.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 187 (73.44% from 255) = 47.22%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=13.38%
G=47.22%
B=39.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531871560.7200.170.27166.1255.8347.06
Hex35BB9C480111Ba6382f
Octal65273234110021332467057
Binary110101101110111001110010010000100011101110100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35bb9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,156); }

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

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

 a { background-color: rgb(53,187,156); }

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

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

 span { border-color: rgb(53,187,156); }

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