#05B8AE

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

Shades of Light Sea Green #05B8AE

Tints of Light Sea Green #05B8AE

Color information

#05B8AE (or 0x05B8AE) is unknown color: approx Light Sea Green. HEX triplet: 05, B8 and AE. RGB value is (5,184,174). Sum of RGB (Red+Green+Blue) = 5+184+174=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #05B8AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B8AE is #FA4751. Grayscale: #818181. Windows color (decimal): -16402258 or 11450373. OLE color: 11450373.

HSL color Cylindrical-coordinate representation of color #05B8AE: hue angle of 176.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B8AE is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB5184174-
CMYK0.9700.050.28
HSL176.65º94.71%37.06%-
HSV(B)176.65º97.28%72.16%-
XYZ24.8437.3745.95-
YUV129.34153.239.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.38%
GREEN value IS 184 (72.27% from 255) = 50.69%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=1.38%
G=50.69%
B=47.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51841740.9700.050.28176.6594.7137.06
Hex5B8AE61051Cb15f25
Octal5270256141053426113745
Binary10110111000101011101100001010111100101100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B8AE; }

 p { color: rgb(5,184,174); }

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

<style>
 a { background-color: #05B8AE; }

 a { background-color: rgb(5,184,174); }

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

<style>
 span { border-color: #05B8AE; }

 span { border-color: rgb(5,184,174); }

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