Html Css Color HEX #0EC198 Caribbean Green

📋 copy color: '#0EC198'

red 14 ◦ green 193 ◦ blue 152

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

Shades of Caribbean Green #0EC198

Tints of Caribbean Green #0EC198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 3.9%
G = 53.76%
B = 42.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#0EC198 (or 0x0EC198) is known color: Caribbean Green. HEX triplet: 0E, C1 and 98. RGB value is (14,193,152). Sum of RGB (Red+Green+Blue) = 14+193+152=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC198 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC198 is #F13E67. Grayscale: #868686. Windows color (decimal): -15810152 or 10010894. OLE color: 10010894.

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

Color convert

RGB 14 193 152 -
CMYK 0.93 0 0.21 0.24
HSL 166.26º 0.86% 0.41% -
HSV(B) 166.26º 0.93% 0.76% -
XYZ 24.92 40.5 36.21 -
YUV 134.81 137.7 41.83 -
System Red Green Blue C M Y K H S L
Decimal 14 193 152 0.93 0 0.21 0.24 166.26 0.86 0.41
Hex E C1 98 5D 0 15 18 A6 56 29
Octal 16 301 230 135 0 25 30 246 126 51
Binary 1110 11000001 10011000 1011101 0 10101 11000 10100110 1010110 101001

Color Harmonies of #0EC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC198

Black with #0EC198

Text Example


Text Example

White with #0EC198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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