Html Css Color HEX #0EDD9F Caribbean Green

📋 copy color: '#0EDD9F'

red 14 ◦ green 221 ◦ blue 159

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

Shades of Caribbean Green #0EDD9F

Tints of Caribbean Green #0EDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.09%

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 3.55%
G = 56.09%
B = 40.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#0EDD9F (or 0x0EDD9F) is known color: Caribbean Green. HEX triplet: 0E, DD and 9F. RGB value is (14,221,159). Sum of RGB (Red+Green+Blue) = 14+221+159=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDD9F is #F12260. Grayscale: #989898. Windows color (decimal): -15802977 or 10476814. OLE color: 10476814.

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

Color convert

RGB 14 221 159 -
CMYK 0.94 0 0.28 0.13
HSL 162.03º 0.88% 0.46% -
HSV(B) 162.03º 0.94% 0.87% -
XYZ 32.3 54.31 41.58 -
YUV 152.04 131.92 29.54 -
System Red Green Blue C M Y K H S L
Decimal 14 221 159 0.94 0 0.28 0.13 162.03 0.88 0.46
Hex E DD 9F 5E 0 1C D A2 58 2E
Octal 16 335 237 136 0 34 15 242 130 56
Binary 1110 11011101 10011111 1011110 0 11100 1101 10100010 1011000 101110

Color Harmonies of #0EDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD9F

Black with #0EDD9F

Text Example


Text Example

White with #0EDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,159); }

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

background-color css

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

 a { background-color: rgb(14,221,159); }

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

border-color css

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

 span { border-color: rgb(14,221,159); }

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