Html Css Color HEX #0EC197 Caribbean Green

📋 copy color: '#0EC197'

red 14 ◦ green 193 ◦ blue 151

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

Shades of Caribbean Green #0EC197

Tints of Caribbean Green #0EC197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 3.91%
G = 53.91%
B = 42.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#0EC197 (or 0x0EC197) is known color: Caribbean Green. HEX triplet: 0E, C1 and 97. RGB value is (14,193,151). Sum of RGB (Red+Green+Blue) = 14+193+151=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC197 is #F13E68. Grayscale: #868686. Windows color (decimal): -15810153 or 9945358. OLE color: 9945358.

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

Color convert

RGB 14 193 151 -
CMYK 0.93 0 0.22 0.24
HSL 165.92º 0.86% 0.41% -
HSV(B) 165.92º 0.93% 0.76% -
XYZ 24.84 40.47 35.78 -
YUV 134.69 137.2 41.92 -
System Red Green Blue C M Y K H S L
Decimal 14 193 151 0.93 0 0.22 0.24 165.92 0.86 0.41
Hex E C1 97 5D 0 16 18 A6 56 29
Octal 16 301 227 135 0 26 30 246 126 51
Binary 1110 11000001 10010111 1011101 0 10110 11000 10100110 1010110 101001

Color Harmonies of #0EC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC197

Black with #0EC197

Text Example


Text Example

White with #0EC197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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