#35BA99

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

Shades of Shamrock #35BA99

Tints of Shamrock #35BA99

Color information

#35BA99 (or 0x35BA99) is unknown color: approx Shamrock. HEX triplet: 35, BA and 99. RGB value is (53,186,153). Sum of RGB (Red+Green+Blue) = 53+186+153=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BA99 is #CA4566. Grayscale: #8E8E8E. Windows color (decimal): -13256039 or 10074677. OLE color: 10074677.

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

Color convert

RGB53186153-
CMYK0.7200.180.27
HSL165.11º55.65%46.86%-
HSV(B)165.11º71.51%72.94%-
XYZ24.7838.1736.2-
YUV142.47133.9464.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.52%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=13.52%
G=47.45%
B=39.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861530.7200.180.27165.1155.6546.86
Hex35BA99480121Ba5382f
Octal65272231110022332457057
Binary110101101110101001100110010000100101101110100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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