Html Css Color HEX #08CF9F Caribbean Green

📋 copy color: '#08CF9F'

red 8 ◦ green 207 ◦ blue 159

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

Shades of Caribbean Green #08CF9F

Tints of Caribbean Green #08CF9F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.35%

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 2.14%
G = 55.35%
B = 42.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#08CF9F (or 0x08CF9F) is known color: Caribbean Green. HEX triplet: 08, CF and 9F. RGB value is (8,207,159). Sum of RGB (Red+Green+Blue) = 8+207+159=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CF9F is #F73060. Grayscale: #8E8E8E. Windows color (decimal): -16199777 or 10473224. OLE color: 10473224.

HSL color Cylindrical-coordinate representation of color #08CF9F: hue angle of 165.53º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CF9F is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 207 159 -
CMYK 0.96 0 0.23 0.19
HSL 165.53º 0.93% 0.42% -
HSV(B) 165.53º 0.96% 0.81% -
XYZ 28.67 47.18 40.4 -
YUV 142.03 137.57 32.4 -
System Red Green Blue C M Y K H S L
Decimal 8 207 159 0.96 0 0.23 0.19 165.53 0.93 0.42
Hex 8 CF 9F 60 0 17 13 A6 5D 2A
Octal 10 317 237 140 0 27 23 246 135 52
Binary 1000 11001111 10011111 1100000 0 10111 10011 10100110 1011101 101010

Color Harmonies of #08CF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CF9F

Black with #08CF9F

Text Example


Text Example

White with #08CF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,207,159); }

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

background-color css

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

 a { background-color: rgb(8,207,159); }

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

border-color css

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

 span { border-color: rgb(8,207,159); }

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