#00D0A3

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

Shades of Caribbean Green #00D0A3

Tints of Caribbean Green #00D0A3

Color information

#00D0A3 (or 0x00D0A3) is unknown color: approx Caribbean Green. HEX triplet: 00, D0 and A3. RGB value is (0,208,163). Sum of RGB (Red+Green+Blue) = 0+208+163=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #00D0A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D0A3 is #FF2F5C. Grayscale: #8C8C8C. Windows color (decimal): -16723805 or 10735616. OLE color: 10735616.

HSL color Cylindrical-coordinate representation of color #00D0A3: hue angle of 167.02º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D0A3 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB0208163-
CMYK100.220.18
HSL167.02º100%40.78%-
HSV(B)167.02º100%81.57%-
XYZ29.1747.7642.33-
YUV140.68140.5927.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 163 (64.06% from 255) = 43.94%
R=0%
G=56.06%
B=43.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal0208163100.220.18167.0210040.78
Hex0D0A36401612a76429
Octal03202431440262224714451
Binary01101000010100011110010001011010010101001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,208,163); }

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

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

 a { background-color: rgb(0,208,163); }

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

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

 span { border-color: rgb(0,208,163); }

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