#0ED0B1

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

Shades of Caribbean Green #0ED0B1

Tints of Caribbean Green #0ED0B1

Color information

#0ED0B1 (or 0x0ED0B1) is unknown color: approx Caribbean Green. HEX triplet: 0E, D0 and B1. RGB value is (14,208,177). Sum of RGB (Red+Green+Blue) = 14+208+177=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED0B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED0B1 is #F12F4E. Grayscale: #929292. Windows color (decimal): -15806287 or 11653134. OLE color: 11653134.

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

Color convert

RGB14208177-
CMYK0.9300.150.18
HSL170.41º87.39%43.53%-
HSV(B)170.41º93.27%81.57%-
XYZ30.6748.3849.32-
YUV146.46145.2333.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.51%
GREEN value IS 208 (81.64% from 255) = 52.13%
BLUE value IS 177 (69.53% from 255) = 44.36%
R=3.51%
G=52.13%
B=44.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142081770.9300.150.18170.4187.3943.53
HexED0B15D0F12aa572c
Octal163202611350172225212754
Binary1110110100001011000110111010111110010101010101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,208,177); }

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

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

 a { background-color: rgb(14,208,177); }

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

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

 span { border-color: rgb(14,208,177); }

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