Html Css Color HEX #0EC097 Caribbean Green

📋 copy color: '#0EC097'

red 14 ◦ green 192 ◦ blue 151

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

Shades of Caribbean Green #0EC097

Tints of Caribbean Green #0EC097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

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

R = 3.92%
G = 53.78%
B = 42.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#0EC097 (or 0x0EC097) is known color: Caribbean Green. HEX triplet: 0E, C0 and 97. RGB value is (14,192,151). Sum of RGB (Red+Green+Blue) = 14+192+151=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC097 is #F13F68. Grayscale: #868686. Windows color (decimal): -15810409 or 9945102. OLE color: 9945102.

HSL color Cylindrical-coordinate representation of color #0EC097: hue angle of 166.18º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC097 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 151 -
CMYK 0.93 0 0.21 0.25
HSL 166.18º 0.86% 0.4% -
HSV(B) 166.18º 0.93% 0.75% -
XYZ 24.62 40.03 35.71 -
YUV 134.1 137.53 42.33 -
System Red Green Blue C M Y K H S L
Decimal 14 192 151 0.93 0 0.21 0.25 166.18 0.86 0.4
Hex E C0 97 5D 0 15 19 A6 56 28
Octal 16 300 227 135 0 25 31 246 126 50
Binary 1110 11000000 10010111 1011101 0 10101 11001 10100110 1010110 101000

Color Harmonies of #0EC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC097

Black with #0EC097

Text Example


Text Example

White with #0EC097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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