Html Css Color HEX #08BBB1 Light Sea Green

📋 copy color: '#08BBB1'

red 8 ◦ green 187 ◦ blue 177

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

Shades of Light Sea Green #08BBB1

Tints of Light Sea Green #08BBB1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.27%

 BLUE value IS 177 (69.53% from 255) = 47.58%

R = 2.15%
G = 50.27%
B = 47.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#08BBB1 (or 0x08BBB1) is known color: Light Sea Green. HEX triplet: 08, BB and B1. RGB value is (8,187,177). Sum of RGB (Red+Green+Blue) = 8+187+177=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #08BBB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BBB1 is #F7444E. Grayscale: #848484. Windows color (decimal): -16204879 or 11647752. OLE color: 11647752.

HSL color Cylindrical-coordinate representation of color #08BBB1: hue angle of 176.65º 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 #08BBB1 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 187 177 -
CMYK 0.96 0 0.05 0.27
HSL 176.65º 0.92% 0.38% -
HSV(B) 176.65º 0.96% 0.73% -
XYZ 25.81 38.77 47.72 -
YUV 132.34 153.2 39.31 -
System Red Green Blue C M Y K H S L
Decimal 8 187 177 0.96 0 0.05 0.27 176.65 0.92 0.38
Hex 8 BB B1 60 0 5 1B B1 5C 26
Octal 10 273 261 140 0 5 33 261 134 46
Binary 1000 10111011 10110001 1100000 0 101 11011 10110001 1011100 100110

Color Harmonies of #08BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BBB1

Black with #08BBB1

Text Example


Text Example

White with #08BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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