#35E898

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

Shades of Shamrock #35E898

Tints of Shamrock #35E898

Color information

#35E898 (or 0x35E898) is unknown color: approx Shamrock. HEX triplet: 35, E8 and 98. RGB value is (53,232,152). Sum of RGB (Red+Green+Blue) = 53+232+152=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #35E898 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E898 is #CA1767. Grayscale: #A9A9A9. Windows color (decimal): -13244264 or 10020917. OLE color: 10020917.

HSL color Cylindrical-coordinate representation of color #35E898: hue angle of 153.18º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E898 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB53232152-
CMYK0.7700.340.09
HSL153.18º79.56%55.88%-
HSV(B)153.18º77.16%90.98%-
XYZ35.9960.7439.53-
YUV169.36118.245-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 232 (91.02% from 255) = 53.09%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=12.13%
G=53.09%
B=34.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532321520.7700.340.09153.1879.5655.88
Hex35E8984D0229995038
Octal653502301150421123112070
Binary1101011110100010011000100110101000101001100110011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,232,152); }

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

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

 a { background-color: rgb(53,232,152); }

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

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

 span { border-color: rgb(53,232,152); }

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