#35D8A9

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

Shades of Shamrock #35D8A9

Tints of Shamrock #35D8A9

Color information

#35D8A9 (or 0x35D8A9) is unknown color: approx Shamrock. HEX triplet: 35, D8 and A9. RGB value is (53,216,169). Sum of RGB (Red+Green+Blue) = 53+216+169=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #35D8A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D8A9 is #CA2756. Grayscale: #A1A1A1. Windows color (decimal): -13248343 or 11130933. OLE color: 11130933.

HSL color Cylindrical-coordinate representation of color #35D8A9: hue angle of 162.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D8A9 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB53216169-
CMYK0.7500.220.15
HSL162.7º67.63%52.75%-
HSV(B)162.7º75.46%84.71%-
XYZ33.1952.7345.97-
YUV161.913250.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 216 (84.77% from 255) = 49.32%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=12.10%
G=49.32%
B=38.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532161690.7500.220.15162.767.6352.75
Hex35D8A94B016Fa34435
Octal653302511130261724310465
Binary110101110110001010100110010110101101111101000111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,216,169); }

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

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

 a { background-color: rgb(53,216,169); }

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

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

 span { border-color: rgb(53,216,169); }

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