Html Css Color HEX #08C388 Caribbean Green

📋 copy color: '#08C388'

red 8 ◦ green 195 ◦ blue 136

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

Shades of Caribbean Green #08C388

Tints of Caribbean Green #08C388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 2.36%
G = 57.52%
B = 40.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#08C388 (or 0x08C388) is known color: Caribbean Green. HEX triplet: 08, C3 and 88. RGB value is (8,195,136). Sum of RGB (Red+Green+Blue) = 8+195+136=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #08C388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C388 is #F73C77. Grayscale: #848484. Windows color (decimal): -16202872 or 8962824. OLE color: 8962824.

HSL color Cylindrical-coordinate representation of color #08C388: hue angle of 161.07º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C388 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 195 136 -
CMYK 0.96 0 0.30 0.24
HSL 161.07º 0.92% 0.4% -
HSV(B) 161.07º 0.96% 0.76% -
XYZ 24.06 40.86 29.91 -
YUV 132.36 130.05 39.3 -
System Red Green Blue C M Y K H S L
Decimal 8 195 136 0.96 0 0.30 0.24 161.07 0.92 0.4
Hex 8 C3 88 60 0 1E 18 A1 5C 28
Octal 10 303 210 140 0 36 30 241 134 50
Binary 1000 11000011 10001000 1100000 0 11110 11000 10100001 1011100 101000

Color Harmonies of #08C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C388

Black with #08C388

Text Example


Text Example

White with #08C388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,195,136); }

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

background-color css

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

 a { background-color: rgb(8,195,136); }

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

border-color css

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

 span { border-color: rgb(8,195,136); }

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