Html Css Color HEX #08BB8E Caribbean Green

📋 copy color: '#08BB8E'

red 8 ◦ green 187 ◦ blue 142

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

Shades of Caribbean Green #08BB8E

Tints of Caribbean Green #08BB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 2.37%
G = 55.49%
B = 42.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#08BB8E (or 0x08BB8E) is known color: Caribbean Green. HEX triplet: 08, BB and 8E. RGB value is (8,187,142). Sum of RGB (Red+Green+Blue) = 8+187+142=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BB8E is #F74471. Grayscale: #808080. Windows color (decimal): -16204914 or 9353992. OLE color: 9353992.

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

Color convert

RGB 8 187 142 -
CMYK 0.96 0 0.24 0.27
HSL 164.92º 0.92% 0.38% -
HSV(B) 164.92º 0.96% 0.73% -
XYZ 22.75 37.55 31.64 -
YUV 128.35 135.7 42.16 -
System Red Green Blue C M Y K H S L
Decimal 8 187 142 0.96 0 0.24 0.27 164.92 0.92 0.38
Hex 8 BB 8E 60 0 18 1B A5 5C 26
Octal 10 273 216 140 0 30 33 245 134 46
Binary 1000 10111011 10001110 1100000 0 11000 11011 10100101 1011100 100110

Color Harmonies of #08BB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BB8E

Black with #08BB8E

Text Example


Text Example

White with #08BB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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