#35B3B6

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

Shades of Light Sea Green #35B3B6

Tints of Light Sea Green #35B3B6

Color information

#35B3B6 (or 0x35B3B6) is unknown color: approx Light Sea Green. HEX triplet: 35, B3 and B6. RGB value is (53,179,182). Sum of RGB (Red+Green+Blue) = 53+179+182=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #35B3B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B3B6 is #CA4C49. Grayscale: #8D8D8D. Windows color (decimal): -13257802 or 11973429. OLE color: 11973429.

HSL color Cylindrical-coordinate representation of color #35B3B6: hue angle of 181.4º 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 #35B3B6 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53179182-
CMYK0.710.0200.29
HSL181.4º54.89%46.08%-
HSV(B)181.4º70.88%71.37%-
XYZ26.0336.3749.9-
YUV141.67150.7664.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.80%
GREEN value IS 179 (70.31% from 255) = 43.24%
BLUE value IS 182 (71.48% from 255) = 43.96%
R=12.80%
G=43.24%
B=43.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531791820.710.0200.29181.454.8946.08
Hex35B3B647201Db5372e
Octal6526326610720352656756
Binary110101101100111011011010001111001110110110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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