Html Css Color HEX #0EDEAD Caribbean Green

📋 copy color: '#0EDEAD'

red 14 ◦ green 222 ◦ blue 173

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

Shades of Caribbean Green #0EDEAD

Tints of Caribbean Green #0EDEAD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.28%

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 3.42%
G = 54.28%
B = 42.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#0EDEAD (or 0x0EDEAD) is known color: Caribbean Green. HEX triplet: 0E, DE and AD. RGB value is (14,222,173). Sum of RGB (Red+Green+Blue) = 14+222+173=409 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.42% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDEAD is #F12152. Grayscale: #9A9A9A. Windows color (decimal): -15802707 or 11394574. OLE color: 11394574.

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

Color convert

RGB 14 222 173 -
CMYK 0.94 0 0.22 0.13
HSL 165.87º 0.88% 0.46% -
HSV(B) 165.87º 0.94% 0.87% -
XYZ 33.85 55.35 48.44 -
YUV 154.22 138.59 27.98 -
System Red Green Blue C M Y K H S L
Decimal 14 222 173 0.94 0 0.22 0.13 165.87 0.88 0.46
Hex E DE AD 5E 0 16 D A6 58 2E
Octal 16 336 255 136 0 26 15 246 130 56
Binary 1110 11011110 10101101 1011110 0 10110 1101 10100110 1011000 101110

Color Harmonies of #0EDEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDEAD

Black with #0EDEAD

Text Example


Text Example

White with #0EDEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,222,173); }

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

background-color css

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

 a { background-color: rgb(14,222,173); }

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

border-color css

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

 span { border-color: rgb(14,222,173); }

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