#35F3AB

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

Shades of Shamrock #35F3AB

Tints of Shamrock #35F3AB

Color information

#35F3AB (or 0x35F3AB) is unknown color: approx Shamrock. HEX triplet: 35, F3 and AB. RGB value is (53,243,171). Sum of RGB (Red+Green+Blue) = 53+243+171=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #35F3AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F3AB is #CA0C54. Grayscale: #B2B2B2. Windows color (decimal): -13241429 or 11268917. OLE color: 11268917.

HSL color Cylindrical-coordinate representation of color #35F3AB: hue angle of 157.26º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F3AB is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB53243171-
CMYK0.7800.300.05
HSL157.26º88.79%58.04%-
HSV(B)157.26º78.19%95.29%-
XYZ40.8767.849.46-
YUV177.98124.0538.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.35%
GREEN value IS 243 (95.31% from 255) = 52.03%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=11.35%
G=52.03%
B=36.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532431710.7800.300.05157.2688.7958.04
Hex35F3AB4E01E59d593a
Octal65363253116036523513172
Binary11010111110011101010111001110011110101100111011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,243,171); }

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

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

 a { background-color: rgb(53,243,171); }

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

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

 span { border-color: rgb(53,243,171); }

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