Html Css Color HEX #0EDCAA Caribbean Green

📋 copy color: '#0EDCAA'

red 14 ◦ green 220 ◦ blue 170

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

Shades of Caribbean Green #0EDCAA

Tints of Caribbean Green #0EDCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 3.47%
G = 54.46%
B = 42.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#0EDCAA (or 0x0EDCAA) is known color: Caribbean Green. HEX triplet: 0E, DC and AA. RGB value is (14,220,170). Sum of RGB (Red+Green+Blue) = 14+220+170=404 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDCAA is #F12355. Grayscale: #989898. Windows color (decimal): -15803222 or 11197454. OLE color: 11197454.

HSL color Cylindrical-coordinate representation of color #0EDCAA: hue angle of 165.44º 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 #0EDCAA is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 220 170 -
CMYK 0.94 0 0.23 0.14
HSL 165.44º 0.88% 0.46% -
HSV(B) 165.44º 0.94% 0.86% -
XYZ 33.03 54.18 46.75 -
YUV 152.71 137.75 29.07 -
System Red Green Blue C M Y K H S L
Decimal 14 220 170 0.94 0 0.23 0.14 165.44 0.88 0.46
Hex E DC AA 5E 0 17 E A5 58 2E
Octal 16 334 252 136 0 27 16 245 130 56
Binary 1110 11011100 10101010 1011110 0 10111 1110 10100101 1011000 101110

Color Harmonies of #0EDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCAA

Black with #0EDCAA

Text Example


Text Example

White with #0EDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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