Html Css Color HEX #0ED0AC Caribbean Green

📋 copy color: '#0ED0AC'

red 14 ◦ green 208 ◦ blue 172

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

Shades of Caribbean Green #0ED0AC

Tints of Caribbean Green #0ED0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.79%

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

R = 3.55%
G = 52.79%
B = 43.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#0ED0AC (or 0x0ED0AC) is known color: Caribbean Green. HEX triplet: 0E, D0 and AC. RGB value is (14,208,172). Sum of RGB (Red+Green+Blue) = 14+208+172=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED0AC is #F12F53. Grayscale: #919191. Windows color (decimal): -15806292 or 11325454. OLE color: 11325454.

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

Color convert

RGB 14 208 172 -
CMYK 0.93 0 0.17 0.18
HSL 168.87º 0.87% 0.44% -
HSV(B) 168.87º 0.93% 0.82% -
XYZ 30.18 48.18 46.74 -
YUV 145.89 142.73 33.93 -
System Red Green Blue C M Y K H S L
Decimal 14 208 172 0.93 0 0.17 0.18 168.87 0.87 0.44
Hex E D0 AC 5D 0 11 12 A9 57 2C
Octal 16 320 254 135 0 21 22 251 127 54
Binary 1110 11010000 10101100 1011101 0 10001 10010 10101001 1010111 101100

Color Harmonies of #0ED0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED0AC

Black with #0ED0AC

Text Example


Text Example

White with #0ED0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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