Html Css Color HEX #0EDCA1 Caribbean Green

📋 copy color: '#0EDCA1'

red 14 ◦ green 220 ◦ blue 161

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

Shades of Caribbean Green #0EDCA1

Tints of Caribbean Green #0EDCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.76%

R = 3.54%
G = 55.7%
B = 40.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#0EDCA1 (or 0x0EDCA1) is known color: Caribbean Green. HEX triplet: 0E, DC and A1. RGB value is (14,220,161). Sum of RGB (Red+Green+Blue) = 14+220+161=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDCA1 is #F1235E. Grayscale: #979797. Windows color (decimal): -15803231 or 10607630. OLE color: 10607630.

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

Color convert

RGB 14 220 161 -
CMYK 0.94 0 0.27 0.14
HSL 162.82º 0.88% 0.46% -
HSV(B) 162.82º 0.94% 0.86% -
XYZ 32.21 53.85 42.42 -
YUV 151.68 133.25 29.8 -
System Red Green Blue C M Y K H S L
Decimal 14 220 161 0.94 0 0.27 0.14 162.82 0.88 0.46
Hex E DC A1 5E 0 1B E A3 58 2E
Octal 16 334 241 136 0 33 16 243 130 56
Binary 1110 11011100 10100001 1011110 0 11011 1110 10100011 1011000 101110

Color Harmonies of #0EDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCA1

Black with #0EDCA1

Text Example


Text Example

White with #0EDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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