Html Css Color HEX #08CB80 Caribbean Green

📋 copy color: '#08CB80'

red 8 ◦ green 203 ◦ blue 128

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

Shades of Caribbean Green #08CB80

Tints of Caribbean Green #08CB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.88%

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 2.36%
G = 59.88%
B = 37.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#08CB80 (or 0x08CB80) is known color: Caribbean Green. HEX triplet: 08, CB and 80. RGB value is (8,203,128). Sum of RGB (Red+Green+Blue) = 8+203+128=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CB80 is #F7347F. Grayscale: #888888. Windows color (decimal): -16200832 or 8440584. OLE color: 8440584.

HSL color Cylindrical-coordinate representation of color #08CB80: hue angle of 156.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CB80 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 203 128 -
CMYK 0.96 0 0.37 0.20
HSL 156.92º 0.92% 0.41% -
HSV(B) 156.92º 0.96% 0.8% -
XYZ 25.35 44.32 27.64 -
YUV 136.15 123.4 36.6 -
System Red Green Blue C M Y K H S L
Decimal 8 203 128 0.96 0 0.37 0.20 156.92 0.92 0.41
Hex 8 CB 80 60 0 25 14 9D 5C 29
Octal 10 313 200 140 0 45 24 235 134 51
Binary 1000 11001011 10000000 1100000 0 100101 10100 10011101 1011100 101001

Color Harmonies of #08CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CB80

Black with #08CB80

Text Example


Text Example

White with #08CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,203,128); }

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

background-color css

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

 a { background-color: rgb(8,203,128); }

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

border-color css

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

 span { border-color: rgb(8,203,128); }

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