#35C096

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

Shades of Shamrock #35C096

Tints of Shamrock #35C096

Color information

#35C096 (or 0x35C096) is unknown color: approx Shamrock. HEX triplet: 35, C0 and 96. RGB value is (53,192,150). Sum of RGB (Red+Green+Blue) = 53+192+150=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #35C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C096 is #CA3F69. Grayscale: #919191. Windows color (decimal): -13254506 or 9879605. OLE color: 9879605.

HSL color Cylindrical-coordinate representation of color #35C096: hue angle of 161.87º degrees, saturation: 0.57, 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 #35C096 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB53192150-
CMYK0.7200.220.25
HSL161.87º56.73%48.04%-
HSV(B)161.87º72.4%75.29%-
XYZ25.8240.6635.34-
YUV145.65130.4561.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.42%
GREEN value IS 192 (75.39% from 255) = 48.61%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=13.42%
G=48.61%
B=37.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531921500.7200.220.25161.8756.7348.04
Hex35C0964801619a23930
Octal65300226110026312427160
Binary110101110000001001011010010000101101100110100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,192,150); }

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

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

 a { background-color: rgb(53,192,150); }

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

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

 span { border-color: rgb(53,192,150); }

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