#35C98F

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

Shades of Shamrock #35C98F

Tints of Shamrock #35C98F

Color information

#35C98F (or 0x35C98F) is unknown color: approx Shamrock. HEX triplet: 35, C9 and 8F. RGB value is (53,201,143). Sum of RGB (Red+Green+Blue) = 53+201+143=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #35C98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C98F is #CA3670. Grayscale: #969696. Windows color (decimal): -13252209 or 9423157. OLE color: 9423157.

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

Color convert

RGB53201143-
CMYK0.7400.290.21
HSL156.49º58.27%49.8%-
HSV(B)156.49º73.63%78.82%-
XYZ27.3144.5133.14-
YUV150.14123.9758.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 201 (78.91% from 255) = 50.63%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=13.35%
G=50.63%
B=36.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532011430.7400.290.21156.4958.2749.8
Hex35C98F4A01D159c3a32
Octal65311217112035252347262
Binary110101110010011000111110010100111011010110011100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,201,143); }

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

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

 a { background-color: rgb(53,201,143); }

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

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

 span { border-color: rgb(53,201,143); }

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