Html Css Color HEX #0EDBA0 Caribbean Green

📋 copy color: '#0EDBA0'

red 14 ◦ green 219 ◦ blue 160

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

Shades of Caribbean Green #0EDBA0

Tints of Caribbean Green #0EDBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.71%

R = 3.56%
G = 55.73%
B = 40.71%

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

#0EDBA0 (or 0x0EDBA0) is known color: Caribbean Green. HEX triplet: 0E, DB and A0. RGB value is (14,219,160). Sum of RGB (Red+Green+Blue) = 14+219+160=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDBA0 is #F1245F. Grayscale: #979797. Windows color (decimal): -15803488 or 10541838. OLE color: 10541838.

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

Color convert

RGB 14 219 160 -
CMYK 0.94 0 0.27 0.14
HSL 162.73º 0.88% 0.46% -
HSV(B) 162.73º 0.94% 0.86% -
XYZ 31.86 53.29 41.87 -
YUV 150.98 133.08 30.3 -
System Red Green Blue C M Y K H S L
Decimal 14 219 160 0.94 0 0.27 0.14 162.73 0.88 0.46
Hex E DB A0 5E 0 1B E A3 58 2E
Octal 16 333 240 136 0 33 16 243 130 56
Binary 1110 11011011 10100000 1011110 0 11011 1110 10100011 1011000 101110

Color Harmonies of #0EDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBA0

Black with #0EDBA0

Text Example


Text Example

White with #0EDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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