Html Css Color HEX #0EC19A Caribbean Green

📋 copy color: '#0EC19A'

red 14 ◦ green 193 ◦ blue 154

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

Shades of Caribbean Green #0EC19A

Tints of Caribbean Green #0EC19A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.46%

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

R = 3.88%
G = 53.46%
B = 42.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#0EC19A (or 0x0EC19A) is known color: Caribbean Green. HEX triplet: 0E, C1 and 9A. RGB value is (14,193,154). Sum of RGB (Red+Green+Blue) = 14+193+154=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC19A is #F13E65. Grayscale: #878787. Windows color (decimal): -15810150 or 10141966. OLE color: 10141966.

HSL color Cylindrical-coordinate representation of color #0EC19A: hue angle of 166.93º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC19A is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 154 -
CMYK 0.93 0 0.20 0.24
HSL 166.93º 0.86% 0.41% -
HSV(B) 166.93º 0.93% 0.76% -
XYZ 25.08 40.57 37.08 -
YUV 135.03 138.7 41.67 -
System Red Green Blue C M Y K H S L
Decimal 14 193 154 0.93 0 0.20 0.24 166.93 0.86 0.41
Hex E C1 9A 5D 0 14 18 A7 56 29
Octal 16 301 232 135 0 24 30 247 126 51
Binary 1110 11000001 10011010 1011101 0 10100 11000 10100111 1010110 101001

Color Harmonies of #0EC19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC19A

Black with #0EC19A

Text Example


Text Example

White with #0EC19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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