#35B999

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

Shades of Shamrock #35B999

Tints of Shamrock #35B999

Color information

#35B999 (or 0x35B999) is unknown color: approx Shamrock. HEX triplet: 35, B9 and 99. RGB value is (53,185,153). Sum of RGB (Red+Green+Blue) = 53+185+153=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #35B999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B999 is #CA4666. Grayscale: #8D8D8D. Windows color (decimal): -13256295 or 10074421. OLE color: 10074421.

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

Color convert

RGB53185153-
CMYK0.7100.170.27
HSL165.45º55.46%46.67%-
HSV(B)165.45º71.35%72.55%-
XYZ24.5737.7536.13-
YUV141.88134.2764.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=13.55%
G=47.31%
B=39.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531851530.7100.170.27165.4555.4646.67
Hex35B999470111Ba5372f
Octal65271231107021332456757
Binary110101101110011001100110001110100011101110100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,185,153); }

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

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

 a { background-color: rgb(53,185,153); }

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

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

 span { border-color: rgb(53,185,153); }

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