Html Css Color HEX #08BB91 Caribbean Green

📋 copy color: '#08BB91'

red 8 ◦ green 187 ◦ blue 145

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

Shades of Caribbean Green #08BB91

Tints of Caribbean Green #08BB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 2.35%
G = 55%
B = 42.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#08BB91 (or 0x08BB91) is known color: Caribbean Green. HEX triplet: 08, BB and 91. RGB value is (8,187,145). Sum of RGB (Red+Green+Blue) = 8+187+145=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BB91 is #F7446E. Grayscale: #808080. Windows color (decimal): -16204911 or 9550600. OLE color: 9550600.

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

Color convert

RGB 8 187 145 -
CMYK 0.96 0 0.22 0.27
HSL 165.92º 0.92% 0.38% -
HSV(B) 165.92º 0.96% 0.73% -
XYZ 22.98 37.64 32.84 -
YUV 128.69 137.2 41.92 -
System Red Green Blue C M Y K H S L
Decimal 8 187 145 0.96 0 0.22 0.27 165.92 0.92 0.38
Hex 8 BB 91 60 0 16 1B A6 5C 26
Octal 10 273 221 140 0 26 33 246 134 46
Binary 1000 10111011 10010001 1100000 0 10110 11011 10100110 1011100 100110

Color Harmonies of #08BB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BB91

Black with #08BB91

Text Example


Text Example

White with #08BB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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