Html Css Color HEX #0ED1AC Caribbean Green

📋 copy color: '#0ED1AC'

red 14 ◦ green 209 ◦ blue 172

#0ED1AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0ED1AC

Tints of Caribbean Green #0ED1AC

RGB

 RED value IS 14 (5.86% from 255) = 3.54%

 GREEN value IS 209 (82.03% from 255) = 52.91%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 3.54%
G = 52.91%
B = 43.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#0ED1AC (or 0x0ED1AC) is known color: Caribbean Green. HEX triplet: 0E, D1 and AC. RGB value is (14,209,172). Sum of RGB (Red+Green+Blue) = 14+209+172=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED1AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED1AC is #F12E53. Grayscale: #929292. Windows color (decimal): -15806036 or 11325710. OLE color: 11325710.

HSL color Cylindrical-coordinate representation of color #0ED1AC: hue angle of 168.62º 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 #0ED1AC is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 209 172 -
CMYK 0.93 0 0.18 0.18
HSL 168.62º 0.87% 0.44% -
HSV(B) 168.62º 0.93% 0.82% -
XYZ 30.43 48.67 46.82 -
YUV 146.48 142.4 33.51 -
System Red Green Blue C M Y K H S L
Decimal 14 209 172 0.93 0 0.18 0.18 168.62 0.87 0.44
Hex E D1 AC 5D 0 12 12 A9 57 2C
Octal 16 321 254 135 0 22 22 251 127 54
Binary 1110 11010001 10101100 1011101 0 10010 10010 10101001 1010111 101100

Color Harmonies of #0ED1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED1AC

Black with #0ED1AC

Text Example


Text Example

White with #0ED1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,209,172); }

 H1.HeaderClassName
 {
   color: #0ED1AC;
 }
 .AnyTagClassName
 {
   color: #0ED1AC;
 }
</style>

background-color css

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

 a { background-color: rgb(14,209,172); }

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

border-color css

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

 span { border-color: rgb(14,209,172); }

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