#35BB97

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

Shades of Shamrock #35BB97

Tints of Shamrock #35BB97

Color information

#35BB97 (or 0x35BB97) is unknown color: approx Shamrock. HEX triplet: 35, BB and 97. RGB value is (53,187,151). Sum of RGB (Red+Green+Blue) = 53+187+151=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BB97 is #CA4468. Grayscale: #8E8E8E. Windows color (decimal): -13255785 or 9943861. OLE color: 9943861.

HSL color Cylindrical-coordinate representation of color #35BB97: hue angle of 163.88º 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 #35BB97 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB53187151-
CMYK0.7200.190.27
HSL163.88º55.83%47.06%-
HSV(B)163.88º71.66%73.33%-
XYZ24.8238.5335.41-
YUV142.83132.6163.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 187 (73.44% from 255) = 47.83%
BLUE value IS 151 (59.38% from 255) = 38.62%
R=13.55%
G=47.83%
B=38.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531871510.7200.190.27163.8855.8347.06
Hex35BB97480131Ba4382f
Octal65273227110023332447057
Binary110101101110111001011110010000100111101110100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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