#0DD8AF

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

Shades of Caribbean Green #0DD8AF

Tints of Caribbean Green #0DD8AF

Color information

#0DD8AF (or 0x0DD8AF) is unknown color: approx Caribbean Green. HEX triplet: 0D, D8 and AF. RGB value is (13,216,175). Sum of RGB (Red+Green+Blue) = 13+216+175=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD8AF is #F22750. Grayscale: #969696. Windows color (decimal): -15869777 or 11524109. OLE color: 11524109.

HSL color Cylindrical-coordinate representation of color #0DD8AF: hue angle of 167.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD8AF is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB13216175-
CMYK0.9400.190.15
HSL167.88º88.65%44.9%-
HSV(B)167.88º93.98%84.71%-
XYZ32.4652.2948.94-
YUV150.63141.7529.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.22%
GREEN value IS 216 (84.77% from 255) = 53.47%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=3.22%
G=53.47%
B=43.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132161750.9400.190.15167.8888.6544.9
HexDD8AF5E013Fa8592d
Octal153302571360231725013155
Binary1101110110001010111110111100100111111101010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DD8AF; }

 p { color: rgb(13,216,175); }

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

<style>
 a { background-color: #0DD8AF; }

 a { background-color: rgb(13,216,175); }

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

<style>
 span { border-color: #0DD8AF; }

 span { border-color: rgb(13,216,175); }

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