#35BE9C

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

Shades of Shamrock #35BE9C

Tints of Shamrock #35BE9C

Color information

#35BE9C (or 0x35BE9C) is unknown color: approx Shamrock. HEX triplet: 35, BE and 9C. RGB value is (53,190,156). Sum of RGB (Red+Green+Blue) = 53+190+156=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BE9C is #CA4163. Grayscale: #919191. Windows color (decimal): -13255012 or 10272309. OLE color: 10272309.

HSL color Cylindrical-coordinate representation of color #35BE9C: hue angle of 165.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BE9C is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB53190156-
CMYK0.7200.180.25
HSL165.11º56.38%47.65%-
HSV(B)165.11º72.11%74.51%-
XYZ25.8839.9837.81-
YUV145.16134.1162.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=13.28%
G=47.62%
B=39.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901560.7200.180.25165.1156.3847.65
Hex35BE9C4801219a53830
Octal65276234110022312457060
Binary110101101111101001110010010000100101100110100101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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