#35B0BA

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

Shades of Light Sea Green #35B0BA

Tints of Light Sea Green #35B0BA

Color information

#35B0BA (or 0x35B0BA) is unknown color: approx Light Sea Green. HEX triplet: 35, B0 and BA. RGB value is (53,176,186). Sum of RGB (Red+Green+Blue) = 53+176+186=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #35B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35B0BA is #CA4F45. Grayscale: #8C8C8C. Windows color (decimal): -13258566 or 12234805. OLE color: 12234805.

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

Color convert

RGB53176186-
CMYK0.720.0500.27
HSL184.51º55.65%46.86%-
HSV(B)184.51º71.51%72.94%-
XYZ25.8635.3551.92-
YUV140.36153.7565.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.77%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=12.77%
G=42.41%
B=44.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531761860.720.0500.27184.5155.6546.86
Hex35B0BA48501Bb9382f
Octal6526027211050332717057
Binary1101011011000010111010100100010101101110111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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