#00D8A2

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

Shades of Caribbean Green #00D8A2

Tints of Caribbean Green #00D8A2

Color information

#00D8A2 (or 0x00D8A2) is unknown color: approx Caribbean Green. HEX triplet: 00, D8 and A2. RGB value is (0,216,162). Sum of RGB (Red+Green+Blue) = 0+216+162=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #00D8A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D8A2 is #FF275D. Grayscale: #919191. Windows color (decimal): -16721758 or 10672128. OLE color: 10672128.

HSL color Cylindrical-coordinate representation of color #00D8A2: hue angle of 165º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D8A2 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB0216162-
CMYK100.250.15
HSL165º100%42.35%-
HSV(B)165º100%84.71%-
XYZ31.0851.7242.53-
YUV145.26137.4424.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 216 (84.77% from 255) = 57.14%
BLUE value IS 162 (63.67% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal0216162100.250.1516510042.35
Hex0D8A264019Fa5642a
Octal03302421440311724514452
Binary0110110001010001011001000110011111101001011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00D8A2; }

 p { color: rgb(0,216,162); }

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

<style>
 a { background-color: #00D8A2; }

 a { background-color: rgb(0,216,162); }

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

<style>
 span { border-color: #00D8A2; }

 span { border-color: rgb(0,216,162); }

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