Html Css Color HEX #08B997 Caribbean Green

📋 copy color: '#08B997'

red 8 ◦ green 185 ◦ blue 151

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

Shades of Caribbean Green #08B997

Tints of Caribbean Green #08B997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.78%

 BLUE value IS 151 (59.38% from 255) = 43.9%

R = 2.33%
G = 53.78%
B = 43.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#08B997 (or 0x08B997) is known color: Caribbean Green. HEX triplet: 08, B9 and 97. RGB value is (8,185,151). Sum of RGB (Red+Green+Blue) = 8+185+151=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #08B997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B997 is #F74668. Grayscale: #808080. Windows color (decimal): -16205417 or 9943304. OLE color: 9943304.

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

Color convert

RGB 8 185 151 -
CMYK 0.96 0 0.18 0.27
HSL 168.47º 0.92% 0.38% -
HSV(B) 168.47º 0.96% 0.73% -
XYZ 23.04 36.98 35.2 -
YUV 128.2 140.86 42.26 -
System Red Green Blue C M Y K H S L
Decimal 8 185 151 0.96 0 0.18 0.27 168.47 0.92 0.38
Hex 8 B9 97 60 0 12 1B A8 5C 26
Octal 10 271 227 140 0 22 33 250 134 46
Binary 1000 10111001 10010111 1100000 0 10010 11011 10101000 1011100 100110

Color Harmonies of #08B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B997

Black with #08B997

Text Example


Text Example

White with #08B997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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