#35E89F

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

Shades of Shamrock #35E89F

Tints of Shamrock #35E89F

Color information

#35E89F (or 0x35E89F) is unknown color: approx Shamrock. HEX triplet: 35, E8 and 9F. RGB value is (53,232,159). Sum of RGB (Red+Green+Blue) = 53+232+159=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #35E89F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E89F is #CA1760. Grayscale: #AAAAAA. Windows color (decimal): -13244257 or 10479669. OLE color: 10479669.

HSL color Cylindrical-coordinate representation of color #35E89F: hue angle of 155.53º 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 #35E89F is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB53232159-
CMYK0.7700.310.09
HSL155.53º79.56%55.88%-
HSV(B)155.53º77.16%90.98%-
XYZ36.5860.9742.64-
YUV170.16121.744.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.94%
GREEN value IS 232 (91.02% from 255) = 52.25%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=11.94%
G=52.25%
B=35.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532321590.7700.310.09155.5379.5655.88
Hex35E89F4D01F99c5038
Octal653502371150371123412070
Binary110101111010001001111110011010111111001100111001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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