#35E69A

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

Shades of Shamrock #35E69A

Tints of Shamrock #35E69A

Color information

#35E69A (or 0x35E69A) is unknown color: approx Shamrock. HEX triplet: 35, E6 and 9A. RGB value is (53,230,154). Sum of RGB (Red+Green+Blue) = 53+230+154=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #35E69A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E69A is #CA1965. Grayscale: #A8A8A8. Windows color (decimal): -13244774 or 10151477. OLE color: 10151477.

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

Color convert

RGB53230154-
CMYK0.7700.330.10
HSL154.24º77.97%55.49%-
HSV(B)154.24º76.96%90.2%-
XYZ35.659.6840.22-
YUV168.41119.8645.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 230 (90.23% from 255) = 52.63%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=12.13%
G=52.63%
B=35.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532301540.7700.330.10154.2477.9755.49
Hex35E69A4D021A9a4e37
Octal653462321150411223211667
Binary1101011110011010011010100110101000011010100110101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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