#08C3AD

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

Shades of Caribbean Green #08C3AD

Tints of Caribbean Green #08C3AD

Color information

#08C3AD (or 0x08C3AD) is unknown color: approx Caribbean Green. HEX triplet: 08, C3 and AD. RGB value is (8,195,173). Sum of RGB (Red+Green+Blue) = 8+195+173=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #08C3AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C3AD is #F73C52. Grayscale: #888888. Windows color (decimal): -16202835 or 11387656. OLE color: 11387656.

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

Color convert

RGB8195173-
CMYK0.9600.110.24
HSL172.94º92.12%39.8%-
HSV(B)172.94º95.9%76.47%-
XYZ27.1642.146.23-
YUV136.58148.5536.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.13%
GREEN value IS 195 (76.56% from 255) = 51.86%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=2.13%
G=51.86%
B=46.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81951730.9600.110.24172.9492.1239.8
Hex8C3AD600B18ad5c28
Octal103032551400133025513450
Binary1000110000111010110111000000101111000101011011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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