Html Css Color HEX #0EC98C Caribbean Green

📋 copy color: '#0EC98C'

red 14 ◦ green 201 ◦ blue 140

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

Shades of Caribbean Green #0EC98C

Tints of Caribbean Green #0EC98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.62%

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 3.94%
G = 56.62%
B = 39.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#0EC98C (or 0x0EC98C) is known color: Caribbean Green. HEX triplet: 0E, C9 and 8C. RGB value is (14,201,140). Sum of RGB (Red+Green+Blue) = 14+201+140=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC98C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC98C is #F13673. Grayscale: #8A8A8A. Windows color (decimal): -15808116 or 9226510. OLE color: 9226510.

HSL color Cylindrical-coordinate representation of color #0EC98C: hue angle of 160.43º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC98C is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 201 140 -
CMYK 0.93 0 0.30 0.21
HSL 160.43º 0.87% 0.42% -
HSV(B) 160.43º 0.93% 0.79% -
XYZ 25.8 43.76 31.9 -
YUV 138.13 129.05 39.46 -
System Red Green Blue C M Y K H S L
Decimal 14 201 140 0.93 0 0.30 0.21 160.43 0.87 0.42
Hex E C9 8C 5D 0 1E 15 A0 57 2A
Octal 16 311 214 135 0 36 25 240 127 52
Binary 1110 11001001 10001100 1011101 0 11110 10101 10100000 1010111 101010

Color Harmonies of #0EC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC98C

Black with #0EC98C

Text Example


Text Example

White with #0EC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,201,140); }

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

background-color css

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

 a { background-color: rgb(14,201,140); }

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

border-color css

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

 span { border-color: rgb(14,201,140); }

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