#35B4BA

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

Shades of Light Sea Green #35B4BA

Tints of Light Sea Green #35B4BA

Color information

#35B4BA (or 0x35B4BA) is unknown color: approx Light Sea Green. HEX triplet: 35, B4 and BA. RGB value is (53,180,186). Sum of RGB (Red+Green+Blue) = 53+180+186=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #35B4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B4BA is #CA4B45. Grayscale: #8E8E8E. Windows color (decimal): -13257542 or 12235829. OLE color: 12235829.

HSL color Cylindrical-coordinate representation of color #35B4BA: hue angle of 182.71º 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 #35B4BA is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53180186-
CMYK0.720.0300.27
HSL182.71º55.65%46.86%-
HSV(B)182.71º71.51%72.94%-
XYZ26.6536.9452.18-
YUV142.71152.4264.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.65%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=12.65%
G=42.96%
B=44.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531801860.720.0300.27182.7155.6546.86
Hex35B4BA48301Bb7382f
Octal6526427211030332677057
Binary110101101101001011101010010001101101110110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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