Html Css Color HEX #08BF8F Caribbean Green

📋 copy color: '#08BF8F'

red 8 ◦ green 191 ◦ blue 143

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

Shades of Caribbean Green #08BF8F

Tints of Caribbean Green #08BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 55.85%

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 2.34%
G = 55.85%
B = 41.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#08BF8F (or 0x08BF8F) is known color: Caribbean Green. HEX triplet: 08, BF and 8F. RGB value is (8,191,143). Sum of RGB (Red+Green+Blue) = 8+191+143=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #08BF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BF8F is #F74070. Grayscale: #828282. Windows color (decimal): -16203889 or 9420552. OLE color: 9420552.

HSL color Cylindrical-coordinate representation of color #08BF8F: hue angle of 164.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BF8F is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 191 143 -
CMYK 0.96 0 0.25 0.25
HSL 164.26º 0.92% 0.39% -
HSV(B) 164.26º 0.96% 0.75% -
XYZ 23.69 39.3 32.32 -
YUV 130.81 134.87 40.4 -
System Red Green Blue C M Y K H S L
Decimal 8 191 143 0.96 0 0.25 0.25 164.26 0.92 0.39
Hex 8 BF 8F 60 0 19 19 A4 5C 27
Octal 10 277 217 140 0 31 31 244 134 47
Binary 1000 10111111 10001111 1100000 0 11001 11001 10100100 1011100 100111

Color Harmonies of #08BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BF8F

Black with #08BF8F

Text Example


Text Example

White with #08BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,191,143); }

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

background-color css

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

 a { background-color: rgb(8,191,143); }

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

border-color css

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

 span { border-color: rgb(8,191,143); }

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