#08B9A5

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

Shades of Light Sea Green #08B9A5

Tints of Light Sea Green #08B9A5

Color information

#08B9A5 (or 0x08B9A5) is unknown color: approx Light Sea Green. HEX triplet: 08, B9 and A5. RGB value is (8,185,165). Sum of RGB (Red+Green+Blue) = 8+185+165=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #08B9A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B9A5 is #F7465A. Grayscale: #818181. Windows color (decimal): -16205403 or 10860808. OLE color: 10860808.

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

Color convert

RGB8185165-
CMYK0.9600.110.27
HSL173.22º91.71%37.84%-
HSV(B)173.22º95.68%72.55%-
XYZ24.2437.4741.55-
YUV129.8147.8641.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.23%
GREEN value IS 185 (72.66% from 255) = 51.68%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=2.23%
G=51.68%
B=46.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81851650.9600.110.27173.2291.7137.84
Hex8B9A5600B1Bad5c26
Octal102712451400133325513446
Binary1000101110011010010111000000101111011101011011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,185,165); }

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

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

 a { background-color: rgb(8,185,165); }

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

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

 span { border-color: rgb(8,185,165); }

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