Html Css Color HEX #0EC19F Caribbean Green

📋 copy color: '#0EC19F'

red 14 ◦ green 193 ◦ blue 159

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

Shades of Caribbean Green #0EC19F

Tints of Caribbean Green #0EC19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.44%

R = 3.83%
G = 52.73%
B = 43.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#0EC19F (or 0x0EC19F) is known color: Caribbean Green. HEX triplet: 0E, C1 and 9F. RGB value is (14,193,159). Sum of RGB (Red+Green+Blue) = 14+193+159=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC19F is #F13E60. Grayscale: #878787. Windows color (decimal): -15810145 or 10469646. OLE color: 10469646.

HSL color Cylindrical-coordinate representation of color #0EC19F: hue angle of 168.6º 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 #0EC19F is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 159 -
CMYK 0.93 0 0.18 0.24
HSL 168.6º 0.86% 0.41% -
HSV(B) 168.6º 0.93% 0.76% -
XYZ 25.51 40.74 39.32 -
YUV 135.6 141.2 41.26 -
System Red Green Blue C M Y K H S L
Decimal 14 193 159 0.93 0 0.18 0.24 168.6 0.86 0.41
Hex E C1 9F 5D 0 12 18 A9 56 29
Octal 16 301 237 135 0 22 30 251 126 51
Binary 1110 11000001 10011111 1011101 0 10010 11000 10101001 1010110 101001

Color Harmonies of #0EC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC19F

Black with #0EC19F

Text Example


Text Example

White with #0EC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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