#35B8BA

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

Shades of Light Sea Green #35B8BA

Tints of Light Sea Green #35B8BA

Color information

#35B8BA (or 0x35B8BA) is unknown color: approx Light Sea Green. HEX triplet: 35, B8 and BA. RGB value is (53,184,186). Sum of RGB (Red+Green+Blue) = 53+184+186=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #35B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B8BA is #CA4745. Grayscale: #909090. Windows color (decimal): -13256518 or 12236853. OLE color: 12236853.

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

Color convert

RGB53184186-
CMYK0.720.0100.27
HSL180.9º55.65%46.86%-
HSV(B)180.9º71.51%72.94%-
XYZ27.4738.5852.45-
YUV145.06151.162.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.53%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=12.53%
G=43.50%
B=43.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531841860.720.0100.27180.955.6546.86
Hex35B8BA48101Bb5382f
Octal6527027211010332657057
Binary11010110111000101110101001000101101110110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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