#0DD1B1

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

Shades of Caribbean Green #0DD1B1

Tints of Caribbean Green #0DD1B1

Color information

#0DD1B1 (or 0x0DD1B1) is unknown color: approx Caribbean Green. HEX triplet: 0D, D1 and B1. RGB value is (13,209,177). Sum of RGB (Red+Green+Blue) = 13+209+177=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD1B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD1B1 is #F22E4E. Grayscale: #929292. Windows color (decimal): -15871567 or 11653389. OLE color: 11653389.

HSL color Cylindrical-coordinate representation of color #0DD1B1: hue angle of 170.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD1B1 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB13209177-
CMYK0.9400.150.18
HSL170.2º88.29%43.53%-
HSV(B)170.2º93.78%81.96%-
XYZ30.948.8649.4-
YUV146.75145.0732.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.26%
GREEN value IS 209 (82.03% from 255) = 52.38%
BLUE value IS 177 (69.53% from 255) = 44.36%
R=3.26%
G=52.38%
B=44.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132091770.9400.150.18170.288.2943.53
HexDD1B15E0F12aa582c
Octal153212611360172225213054
Binary1101110100011011000110111100111110010101010101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,209,177); }

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

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

 a { background-color: rgb(13,209,177); }

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

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

 span { border-color: rgb(13,209,177); }

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