Html Css Color HEX #0EDBAA Caribbean Green

📋 copy color: '#0EDBAA'

red 14 ◦ green 219 ◦ blue 170

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

Shades of Caribbean Green #0EDBAA

Tints of Caribbean Green #0EDBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.34%

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

R = 3.47%
G = 54.34%
B = 42.18%

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

#0EDBAA (or 0x0EDBAA) is known color: Caribbean Green. HEX triplet: 0E, DB and AA. RGB value is (14,219,170). Sum of RGB (Red+Green+Blue) = 14+219+170=403 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDBAA is #F12455. Grayscale: #989898. Windows color (decimal): -15803478 or 11197198. OLE color: 11197198.

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

Color convert

RGB 14 219 170 -
CMYK 0.94 0 0.22 0.14
HSL 165.66º 0.88% 0.46% -
HSV(B) 165.66º 0.94% 0.86% -
XYZ 32.77 53.66 46.66 -
YUV 152.12 138.08 29.48 -
System Red Green Blue C M Y K H S L
Decimal 14 219 170 0.94 0 0.22 0.14 165.66 0.88 0.46
Hex E DB AA 5E 0 16 E A6 58 2E
Octal 16 333 252 136 0 26 16 246 130 56
Binary 1110 11011011 10101010 1011110 0 10110 1110 10100110 1011000 101110

Color Harmonies of #0EDBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBAA

Black with #0EDBAA

Text Example


Text Example

White with #0EDBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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