#0DD7AE

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

Shades of Caribbean Green #0DD7AE

Tints of Caribbean Green #0DD7AE

Color information

#0DD7AE (or 0x0DD7AE) is unknown color: approx Caribbean Green. HEX triplet: 0D, D7 and AE. RGB value is (13,215,174). Sum of RGB (Red+Green+Blue) = 13+215+174=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD7AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD7AE is #F22851. Grayscale: #959595. Windows color (decimal): -15870034 or 11458317. OLE color: 11458317.

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

Color convert

RGB13215174-
CMYK0.9400.190.16
HSL167.82º88.6%44.71%-
HSV(B)167.82º93.95%84.31%-
XYZ32.1151.7448.34-
YUV149.93141.5830.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.23%
GREEN value IS 215 (84.38% from 255) = 53.48%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=3.23%
G=53.48%
B=43.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132151740.9400.190.16167.8288.644.71
HexDD7AE5E01310a8592d
Octal153272561360232025013155
Binary11011101011110101110101111001001110000101010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,215,174); }

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

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

 a { background-color: rgb(13,215,174); }

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

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

 span { border-color: rgb(13,215,174); }

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