Html Css Color HEX #08B1AA Light Sea Green

📋 copy color: '#08B1AA'

red 8 ◦ green 177 ◦ blue 170

#08B1AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #08B1AA

Tints of Light Sea Green #08B1AA

RGB

 RED value IS 8 (3.52% from 255) = 2.25%

 GREEN value IS 177 (69.53% from 255) = 49.86%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 2.25%
G = 49.86%
B = 47.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#08B1AA (or 0x08B1AA) is known color: Light Sea Green. HEX triplet: 08, B1 and AA. RGB value is (8,177,170). Sum of RGB (Red+Green+Blue) = 8+177+170=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #08B1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08B1AA is #F74E55. Grayscale: #7D7D7D. Windows color (decimal): -16207446 or 11186440. OLE color: 11186440.

HSL color Cylindrical-coordinate representation of color #08B1AA: hue angle of 177.51º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08B1AA is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 177 170 -
CMYK 0.95 0 0.04 0.31
HSL 177.51º 0.91% 0.36% -
HSV(B) 177.51º 0.95% 0.69% -
XYZ 23.08 34.4 43.45 -
YUV 125.67 153.01 44.07 -
System Red Green Blue C M Y K H S L
Decimal 8 177 170 0.95 0 0.04 0.31 177.51 0.91 0.36
Hex 8 B1 AA 5F 0 4 1F B2 5B 24
Octal 10 261 252 137 0 4 37 262 133 44
Binary 1000 10110001 10101010 1011111 0 100 11111 10110010 1011011 100100

Color Harmonies of #08B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B1AA

Black with #08B1AA

Text Example


Text Example

White with #08B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,177,170); }

 H1.HeaderClassName
 {
   color: #08B1AA;
 }
 .AnyTagClassName
 {
   color: #08B1AA;
 }
</style>

background-color css

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

 a { background-color: rgb(8,177,170); }

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

border-color css

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

 span { border-color: rgb(8,177,170); }

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