#08BCAD

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

Shades of Light Sea Green #08BCAD

Tints of Light Sea Green #08BCAD

Color information

#08BCAD (or 0x08BCAD) is unknown color: approx Light Sea Green. HEX triplet: 08, BC and AD. RGB value is (8,188,173). Sum of RGB (Red+Green+Blue) = 8+188+173=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #08BCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BCAD is #F74352. Grayscale: #848484. Windows color (decimal): -16204627 or 11385864. OLE color: 11385864.

HSL color Cylindrical-coordinate representation of color #08BCAD: hue angle of 175º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCAD is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB8188173-
CMYK0.9600.080.26
HSL175º91.84%38.43%-
HSV(B)175º95.74%73.73%-
XYZ25.6339.0445.72-
YUV132.47150.8739.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.17%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=2.17%
G=50.95%
B=46.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81881730.9600.080.2617591.8438.43
Hex8BCAD60081Aaf5c26
Octal102742551400103225713446
Binary1000101111001010110111000000100011010101011111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BCAD; }

 p { color: rgb(8,188,173); }

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

<style>
 a { background-color: #08BCAD; }

 a { background-color: rgb(8,188,173); }

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

<style>
 span { border-color: #08BCAD; }

 span { border-color: rgb(8,188,173); }

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