#0DD79B

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

Shades of Caribbean Green #0DD79B

Tints of Caribbean Green #0DD79B

Color information

#0DD79B (or 0x0DD79B) is unknown color: approx Caribbean Green. HEX triplet: 0D, D7 and 9B. RGB value is (13,215,155). Sum of RGB (Red+Green+Blue) = 13+215+155=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD79B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD79B is #F22864. Grayscale: #939393. Windows color (decimal): -15870053 or 10213133. OLE color: 10213133.

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

Color convert

RGB13215155-
CMYK0.9400.280.16
HSL162.18º88.6%44.71%-
HSV(B)162.18º93.95%84.31%-
XYZ30.3851.0539.26-
YUV147.76132.0831.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.39%
GREEN value IS 215 (84.38% from 255) = 56.14%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=3.39%
G=56.14%
B=40.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132151550.9400.280.16162.1888.644.71
HexDD79B5E01C10a2592d
Octal153272331360342024213155
Binary11011101011110011011101111001110010000101000101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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