#08C7A4

Color #08C7A4 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #08C7A4

Tints of Caribbean Green #08C7A4

Color information

#08C7A4 (or 0x08C7A4) is unknown color: approx Caribbean Green. HEX triplet: 08, C7 and A4. RGB value is (8,199,164). Sum of RGB (Red+Green+Blue) = 8+199+164=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #08C7A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C7A4 is #F7385B. Grayscale: #898989. Windows color (decimal): -16201820 or 10798856. OLE color: 10798856.

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

Color convert

RGB8199164-
CMYK0.9600.180.22
HSL169.01º92.27%40.59%-
HSV(B)169.01º95.98%78.04%-
XYZ27.2243.5842.1-
YUV137.9142.7235.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.16%
GREEN value IS 199 (78.12% from 255) = 53.64%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=2.16%
G=53.64%
B=44.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal81991640.9600.180.22169.0192.2740.59
Hex8C7A46001216a95c29
Octal103072441400222625113451
Binary10001100011110100100110000001001010110101010011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,199,164); }

 H1.HeaderClassName
 {
   color: #08C7A4;
 }
 .AnyTagClassName
 {
   color: #08C7A4;
 }
</style>
background-color css

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

 a { background-color: rgb(8,199,164); }

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

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

 span { border-color: rgb(8,199,164); }

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