#35E0B1

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

Shades of Shamrock #35E0B1

Tints of Shamrock #35E0B1

Color information

#35E0B1 (or 0x35E0B1) is unknown color: approx Shamrock. HEX triplet: 35, E0 and B1. RGB value is (53,224,177). Sum of RGB (Red+Green+Blue) = 53+224+177=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #35E0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E0B1 is #CA1F4E. Grayscale: #A7A7A7. Windows color (decimal): -13246287 or 11657269. OLE color: 11657269.

HSL color Cylindrical-coordinate representation of color #35E0B1: hue angle of 163.51º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E0B1 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB53224177-
CMYK0.7600.210.12
HSL163.51º73.39%54.31%-
HSV(B)163.51º76.34%87.84%-
XYZ36.0657.2450.74-
YUV167.51133.3546.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.67%
GREEN value IS 224 (87.89% from 255) = 49.34%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=11.67%
G=49.34%
B=38.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal532241770.7600.210.12163.5173.3954.31
Hex35E0B14C015Ca44936
Octal653402611140251424411166
Binary110101111000001011000110011000101011100101001001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,224,177); }

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

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

 a { background-color: rgb(53,224,177); }

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

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

 span { border-color: rgb(53,224,177); }

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