#0ED3B0

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

Shades of Caribbean Green #0ED3B0

Tints of Caribbean Green #0ED3B0

Color information

#0ED3B0 (or 0x0ED3B0) is unknown color: approx Caribbean Green. HEX triplet: 0E, D3 and B0. RGB value is (14,211,176). Sum of RGB (Red+Green+Blue) = 14+211+176=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED3B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED3B0 is #F12C4F. Grayscale: #949494. Windows color (decimal): -15805520 or 11588366. OLE color: 11588366.

HSL color Cylindrical-coordinate representation of color #0ED3B0: hue angle of 169.34º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED3B0 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB14211176-
CMYK0.9300.170.17
HSL169.34º87.56%44.12%-
HSV(B)169.34º93.36%82.75%-
XYZ31.3149.8249.04-
YUV148.11143.7332.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.49%
GREEN value IS 211 (82.81% from 255) = 52.62%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=3.49%
G=52.62%
B=43.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142111760.9300.170.17169.3487.5644.12
HexED3B05D01111a9582c
Octal163232601350212125113054
Binary11101101001110110000101110101000110001101010011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,211,176); }

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

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

 a { background-color: rgb(14,211,176); }

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

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

 span { border-color: rgb(14,211,176); }

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