Html Css Color HEX #0EDD9E Caribbean Green

📋 copy color: '#0EDD9E'

red 14 ◦ green 221 ◦ blue 158

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

Shades of Caribbean Green #0EDD9E

Tints of Caribbean Green #0EDD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.2%

R = 3.56%
G = 56.23%
B = 40.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#0EDD9E (or 0x0EDD9E) is known color: Caribbean Green. HEX triplet: 0E, DD and 9E. RGB value is (14,221,158). Sum of RGB (Red+Green+Blue) = 14+221+158=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDD9E is #F12261. Grayscale: #979797. Windows color (decimal): -15802978 or 10411278. OLE color: 10411278.

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

Color convert

RGB 14 221 158 -
CMYK 0.94 0 0.29 0.13
HSL 161.74º 0.88% 0.46% -
HSV(B) 161.74º 0.94% 0.87% -
XYZ 32.21 54.27 41.13 -
YUV 151.93 131.42 29.62 -
System Red Green Blue C M Y K H S L
Decimal 14 221 158 0.94 0 0.29 0.13 161.74 0.88 0.46
Hex E DD 9E 5E 0 1D D A2 58 2E
Octal 16 335 236 136 0 35 15 242 130 56
Binary 1110 11011101 10011110 1011110 0 11101 1101 10100010 1011000 101110

Color Harmonies of #0EDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD9E

Black with #0EDD9E

Text Example


Text Example

White with #0EDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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