#35E6B0

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

Shades of Shamrock #35E6B0

Tints of Shamrock #35E6B0

Color information

#35E6B0 (or 0x35E6B0) is unknown color: approx Shamrock. HEX triplet: 35, E6 and B0. RGB value is (53,230,176). Sum of RGB (Red+Green+Blue) = 53+230+176=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E6B0 is #CA194F. Grayscale: #AAAAAA. Windows color (decimal): -13244752 or 11593269. OLE color: 11593269.

HSL color Cylindrical-coordinate representation of color #35E6B0: hue angle of 161.69º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6B0 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB53230176-
CMYK0.7700.230.10
HSL161.69º77.97%55.49%-
HSV(B)161.69º76.96%90.2%-
XYZ37.660.4950.77-
YUV170.92130.8643.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.55%
GREEN value IS 230 (90.23% from 255) = 50.11%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=11.55%
G=50.11%
B=38.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532301760.7700.230.10161.6977.9755.49
Hex35E6B04D017Aa24e37
Octal653462601150271224211667
Binary110101111001101011000010011010101111010101000101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,230,176); }

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

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

 a { background-color: rgb(53,230,176); }

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

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

 span { border-color: rgb(53,230,176); }

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