#35B3BA

Color #35B3BA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #35B3BA

Tints of Light Sea Green #35B3BA

Color information

#35B3BA (or 0x35B3BA) is unknown color: approx Light Sea Green. HEX triplet: 35, B3 and BA. RGB value is (53,179,186). Sum of RGB (Red+Green+Blue) = 53+179+186=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #35B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B3BA is #CA4C45. Grayscale: #8D8D8D. Windows color (decimal): -13257798 or 12235573. OLE color: 12235573.

HSL color Cylindrical-coordinate representation of color #35B3BA: hue angle of 183.16º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35B3BA is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53179186-
CMYK0.720.0400.27
HSL183.16º55.65%46.86%-
HSV(B)183.16º71.51%72.94%-
XYZ26.4536.5452.11-
YUV142.12152.7664.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.68%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=12.68%
G=42.82%
B=44.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531791860.720.0400.27183.1655.6546.86
Hex35B3BA48401Bb7382f
Octal6526327211040332677057
Binary1101011011001110111010100100010001101110110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,179,186); }

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

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

 a { background-color: rgb(53,179,186); }

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

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

 span { border-color: rgb(53,179,186); }

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