#05B8AF

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

Shades of Light Sea Green #05B8AF

Tints of Light Sea Green #05B8AF

Color information

#05B8AF (or 0x05B8AF) is unknown color: approx Light Sea Green. HEX triplet: 05, B8 and AF. RGB value is (5,184,175). Sum of RGB (Red+Green+Blue) = 5+184+175=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #05B8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B8AF is #FA4750. Grayscale: #818181. Windows color (decimal): -16402257 or 11515909. OLE color: 11515909.

HSL color Cylindrical-coordinate representation of color #05B8AF: hue angle of 176.98º 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 #05B8AF is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB5184175-
CMYK0.9700.050.28
HSL176.98º94.71%37.06%-
HSV(B)176.98º97.28%72.16%-
XYZ24.9437.4146.46-
YUV129.45153.739.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 184 (72.27% from 255) = 50.55%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=1.37%
G=50.55%
B=48.08%

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
Decimal51841750.9700.050.28176.9894.7137.06
Hex5B8AF61051Cb15f25
Octal5270257141053426113745
Binary10110111000101011111100001010111100101100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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