#35D5A7

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

Shades of Shamrock #35D5A7

Tints of Shamrock #35D5A7

Color information

#35D5A7 (or 0x35D5A7) is unknown color: approx Shamrock. HEX triplet: 35, D5 and A7. RGB value is (53,213,167). Sum of RGB (Red+Green+Blue) = 53+213+167=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #35D5A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D5A7 is #CA2A58. Grayscale: #9F9F9F. Windows color (decimal): -13249113 or 10999093. OLE color: 10999093.

HSL color Cylindrical-coordinate representation of color #35D5A7: hue angle of 162.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D5A7 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB53213167-
CMYK0.7500.220.16
HSL162.75º65.57%52.16%-
HSV(B)162.75º75.12%83.53%-
XYZ32.2451.1444.73-
YUV159.92131.9951.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.24%
GREEN value IS 213 (83.59% from 255) = 49.19%
BLUE value IS 167 (65.62% from 255) = 38.57%
R=12.24%
G=49.19%
B=38.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532131670.7500.220.16162.7565.5752.16
Hex35D5A74B01610a34234
Octal653252471130262024310264
Binary1101011101010110100111100101101011010000101000111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,213,167); }

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

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

 a { background-color: rgb(53,213,167); }

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

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

 span { border-color: rgb(53,213,167); }

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