#00D6AD

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

Shades of Caribbean Green #00D6AD

Tints of Caribbean Green #00D6AD

Color information

#00D6AD (or 0x00D6AD) is unknown color: approx Caribbean Green. HEX triplet: 00, D6 and AD. RGB value is (0,214,173). Sum of RGB (Red+Green+Blue) = 0+214+173=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D6AD is #FF2952. Grayscale: #919191. Windows color (decimal): -16722259 or 11392512. OLE color: 11392512.

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

Color convert

RGB0214173-
CMYK100.190.16
HSL168.5º100%41.96%-
HSV(B)168.5º100%83.92%-
XYZ31.5951.1147.74-
YUV145.34143.624.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 214 (83.98% from 255) = 55.30%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=0%
G=55.30%
B=44.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal0214173100.190.16168.510041.96
Hex0D6AD6401310a9642a
Octal03262551440232025114452
Binary01101011010101101110010001001110000101010011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,214,173); }

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

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

 a { background-color: rgb(0,214,173); }

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

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

 span { border-color: rgb(0,214,173); }

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