Html Css Color HEX #0EDCAC Caribbean Green

📋 copy color: '#0EDCAC'

red 14 ◦ green 220 ◦ blue 172

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

Shades of Caribbean Green #0EDCAC

Tints of Caribbean Green #0EDCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.19%

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

R = 3.45%
G = 54.19%
B = 42.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#0EDCAC (or 0x0EDCAC) is known color: Caribbean Green. HEX triplet: 0E, DC and AC. RGB value is (14,220,172). Sum of RGB (Red+Green+Blue) = 14+220+172=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDCAC is #F12353. Grayscale: #989898. Windows color (decimal): -15803220 or 11328526. OLE color: 11328526.

HSL color Cylindrical-coordinate representation of color #0EDCAC: hue angle of 166.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCAC is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 220 172 -
CMYK 0.94 0 0.22 0.14
HSL 166.02º 0.88% 0.46% -
HSV(B) 166.02º 0.94% 0.86% -
XYZ 33.22 54.26 47.75 -
YUV 152.93 138.75 28.9 -
System Red Green Blue C M Y K H S L
Decimal 14 220 172 0.94 0 0.22 0.14 166.02 0.88 0.46
Hex E DC AC 5E 0 16 E A6 58 2E
Octal 16 334 254 136 0 26 16 246 130 56
Binary 1110 11011100 10101100 1011110 0 10110 1110 10100110 1011000 101110

Color Harmonies of #0EDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCAC

Black with #0EDCAC

Text Example


Text Example

White with #0EDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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