#35BBA6

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

Shades of Light Sea Green #35BBA6

Tints of Light Sea Green #35BBA6

Color information

#35BBA6 (or 0x35BBA6) is unknown color: approx Light Sea Green. HEX triplet: 35, BB and A6. RGB value is (53,187,166). Sum of RGB (Red+Green+Blue) = 53+187+166=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #35BBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BBA6 is #CA4459. Grayscale: #909090. Windows color (decimal): -13255770 or 10926901. OLE color: 10926901.

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

Color convert

RGB53187166-
CMYK0.7200.110.27
HSL170.6º55.83%47.06%-
HSV(B)170.6º71.66%73.33%-
XYZ26.1239.0542.24-
YUV144.54140.1162.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 187 (73.44% from 255) = 46.06%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=13.05%
G=46.06%
B=40.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531871660.7200.110.27170.655.8347.06
Hex35BBA6480B1Bab382f
Octal65273246110013332537057
Binary11010110111011101001101001000010111101110101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,166); }

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

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

 a { background-color: rgb(53,187,166); }

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

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

 span { border-color: rgb(53,187,166); }

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