#35C889

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

Shades of Shamrock #35C889

Tints of Shamrock #35C889

Color information

#35C889 (or 0x35C889) is unknown color: approx Shamrock. HEX triplet: 35, C8 and 89. RGB value is (53,200,137). Sum of RGB (Red+Green+Blue) = 53+200+137=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #35C889 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C889 is #CA3776. Grayscale: #949494. Windows color (decimal): -13252471 or 9029685. OLE color: 9029685.

HSL color Cylindrical-coordinate representation of color #35C889: hue angle of 154.29º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C889 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB53200137-
CMYK0.7400.320.22
HSL154.29º58.1%49.61%-
HSV(B)154.29º73.5%78.43%-
XYZ26.6443.8730.73-
YUV148.86121.359.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.59%
GREEN value IS 200 (78.52% from 255) = 51.28%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=13.59%
G=51.28%
B=35.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal532001370.7400.320.22154.2958.149.61
Hex35C8894A020169a3a32
Octal65310211112040262327262
Binary1101011100100010001001100101001000001011010011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,200,137); }

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

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

 a { background-color: rgb(53,200,137); }

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

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

 span { border-color: rgb(53,200,137); }

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