#35B8A1

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

Shades of Shamrock #35B8A1

Tints of Shamrock #35B8A1

Color information

#35B8A1 (or 0x35B8A1) is unknown color: approx Shamrock. HEX triplet: 35, B8 and A1. RGB value is (53,184,161). Sum of RGB (Red+Green+Blue) = 53+184+161=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #35B8A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B8A1 is #CA475E. Grayscale: #8E8E8E. Windows color (decimal): -13256543 or 10598453. OLE color: 10598453.

HSL color Cylindrical-coordinate representation of color #35B8A1: hue angle of 169.47º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B8A1 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB53184161-
CMYK0.7100.120.28
HSL169.47º55.27%46.47%-
HSV(B)169.47º71.2%72.16%-
XYZ25.0437.6139.66-
YUV142.21138.664.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.32%
GREEN value IS 184 (72.27% from 255) = 46.23%
BLUE value IS 161 (63.28% from 255) = 40.45%
R=13.32%
G=46.23%
B=40.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531841610.7100.120.28169.4755.2746.47
Hex35B8A1470C1Ca9372e
Octal65270241107014342516756
Binary11010110111000101000011000111011001110010101001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,184,161); }

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

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

 a { background-color: rgb(53,184,161); }

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

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

 span { border-color: rgb(53,184,161); }

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