Html Css Color HEX #0EDB9A Caribbean Green

📋 copy color: '#0EDB9A'

red 14 ◦ green 219 ◦ blue 154

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

Shades of Caribbean Green #0EDB9A

Tints of Caribbean Green #0EDB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 3.62%
G = 56.59%
B = 39.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#0EDB9A (or 0x0EDB9A) is known color: Caribbean Green. HEX triplet: 0E, DB and 9A. RGB value is (14,219,154). Sum of RGB (Red+Green+Blue) = 14+219+154=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDB9A is #F12465. Grayscale: #969696. Windows color (decimal): -15803494 or 10148622. OLE color: 10148622.

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

Color convert

RGB 14 219 154 -
CMYK 0.94 0 0.30 0.14
HSL 160.98º 0.88% 0.46% -
HSV(B) 160.98º 0.94% 0.86% -
XYZ 31.35 53.09 39.17 -
YUV 150.3 130.08 30.79 -
System Red Green Blue C M Y K H S L
Decimal 14 219 154 0.94 0 0.30 0.14 160.98 0.88 0.46
Hex E DB 9A 5E 0 1E E A1 58 2E
Octal 16 333 232 136 0 36 16 241 130 56
Binary 1110 11011011 10011010 1011110 0 11110 1110 10100001 1011000 101110

Color Harmonies of #0EDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDB9A

Black with #0EDB9A

Text Example


Text Example

White with #0EDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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