Html Css Color HEX #08CF9B Caribbean Green

📋 copy color: '#08CF9B'

red 8 ◦ green 207 ◦ blue 155

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

Shades of Caribbean Green #08CF9B

Tints of Caribbean Green #08CF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 2.16%
G = 55.95%
B = 41.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#08CF9B (or 0x08CF9B) is known color: Caribbean Green. HEX triplet: 08, CF and 9B. RGB value is (8,207,155). Sum of RGB (Red+Green+Blue) = 8+207+155=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CF9B is #F73064. Grayscale: #8D8D8D. Windows color (decimal): -16199781 or 10211080. OLE color: 10211080.

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

Color convert

RGB 8 207 155 -
CMYK 0.96 0 0.25 0.19
HSL 164.32º 0.93% 0.42% -
HSV(B) 164.32º 0.96% 0.81% -
XYZ 28.33 47.04 38.6 -
YUV 141.57 135.57 32.73 -
System Red Green Blue C M Y K H S L
Decimal 8 207 155 0.96 0 0.25 0.19 164.32 0.93 0.42
Hex 8 CF 9B 60 0 19 13 A4 5D 2A
Octal 10 317 233 140 0 31 23 244 135 52
Binary 1000 11001111 10011011 1100000 0 11001 10011 10100100 1011101 101010

Color Harmonies of #08CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CF9B

Black with #08CF9B

Text Example


Text Example

White with #08CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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