#35B0B6

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

Shades of Light Sea Green #35B0B6

Tints of Light Sea Green #35B0B6

Color information

#35B0B6 (or 0x35B0B6) is unknown color: approx Light Sea Green. HEX triplet: 35, B0 and B6. RGB value is (53,176,182). Sum of RGB (Red+Green+Blue) = 53+176+182=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #35B0B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35B0B6 is #CA4F49. Grayscale: #8B8B8B. Windows color (decimal): -13258570 or 11972661. OLE color: 11972661.

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

Color convert

RGB53176182-
CMYK0.710.0300.29
HSL182.79º54.89%46.08%-
HSV(B)182.79º70.88%71.37%-
XYZ25.4435.1849.71-
YUV139.91151.7566.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.90%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 182 (71.48% from 255) = 44.28%
R=12.90%
G=42.82%
B=44.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531761820.710.0300.29182.7954.8946.08
Hex35B0B647301Db7372e
Octal6526026610730352676756
Binary110101101100001011011010001111101110110110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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