Html Css Color HEX #08C08C Caribbean Green

📋 copy color: '#08C08C'

red 8 ◦ green 192 ◦ blue 140

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

Shades of Caribbean Green #08C08C

Tints of Caribbean Green #08C08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 2.35%
G = 56.47%
B = 41.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#08C08C (or 0x08C08C) is known color: Caribbean Green. HEX triplet: 08, C0 and 8C. RGB value is (8,192,140). Sum of RGB (Red+Green+Blue) = 8+192+140=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #08C08C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C08C is #F73F73. Grayscale: #838383. Windows color (decimal): -16203636 or 9224200. OLE color: 9224200.

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

Color convert

RGB 8 192 140 -
CMYK 0.96 0 0.27 0.25
HSL 163.04º 0.92% 0.39% -
HSV(B) 163.04º 0.96% 0.75% -
XYZ 23.68 39.64 31.21 -
YUV 131.06 133.04 40.23 -
System Red Green Blue C M Y K H S L
Decimal 8 192 140 0.96 0 0.27 0.25 163.04 0.92 0.39
Hex 8 C0 8C 60 0 1B 19 A3 5C 27
Octal 10 300 214 140 0 33 31 243 134 47
Binary 1000 11000000 10001100 1100000 0 11011 11001 10100011 1011100 100111

Color Harmonies of #08C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C08C

Black with #08C08C

Text Example


Text Example

White with #08C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,192,140); }

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

background-color css

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

 a { background-color: rgb(8,192,140); }

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

border-color css

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

 span { border-color: rgb(8,192,140); }

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