#0DD896

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

Shades of Caribbean Green #0DD896

Tints of Caribbean Green #0DD896

Color information

#0DD896 (or 0x0DD896) is unknown color: approx Caribbean Green. HEX triplet: 0D, D8 and 96. RGB value is (13,216,150). Sum of RGB (Red+Green+Blue) = 13+216+150=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD896 is #F22769. Grayscale: #939393. Windows color (decimal): -15869802 or 9885709. OLE color: 9885709.

HSL color Cylindrical-coordinate representation of color #0DD896: hue angle of 160.49º 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 #0DD896 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB13216150-
CMYK0.9400.310.15
HSL160.49º88.65%44.9%-
HSV(B)160.49º93.98%84.71%-
XYZ30.2351.437.18-
YUV147.78129.2531.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.43%
GREEN value IS 216 (84.77% from 255) = 56.99%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=3.43%
G=56.99%
B=39.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132161500.9400.310.15160.4988.6544.9
HexDD8965E01FFa0592d
Octal153302261360371724013155
Binary1101110110001001011010111100111111111101000001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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