Html Css Color HEX #0EC893 Caribbean Green

📋 copy color: '#0EC893'

red 14 ◦ green 200 ◦ blue 147

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

Shades of Caribbean Green #0EC893

Tints of Caribbean Green #0EC893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 3.88%
G = 55.4%
B = 40.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#0EC893 (or 0x0EC893) is known color: Caribbean Green. HEX triplet: 0E, C8 and 93. RGB value is (14,200,147). Sum of RGB (Red+Green+Blue) = 14+200+147=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC893 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC893 is #F1376C. Grayscale: #8A8A8A. Windows color (decimal): -15808365 or 9685006. OLE color: 9685006.

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

Color convert

RGB 14 200 147 -
CMYK 0.93 0 0.26 0.22
HSL 162.9º 0.87% 0.42% -
HSV(B) 162.9º 0.93% 0.78% -
XYZ 26.1 43.51 34.63 -
YUV 138.34 132.88 39.31 -
System Red Green Blue C M Y K H S L
Decimal 14 200 147 0.93 0 0.26 0.22 162.9 0.87 0.42
Hex E C8 93 5D 0 1A 16 A3 57 2A
Octal 16 310 223 135 0 32 26 243 127 52
Binary 1110 11001000 10010011 1011101 0 11010 10110 10100011 1010111 101010

Color Harmonies of #0EC893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC893

Black with #0EC893

Text Example


Text Example

White with #0EC893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,200,147); }

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

background-color css

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

 a { background-color: rgb(14,200,147); }

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

border-color css

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

 span { border-color: rgb(14,200,147); }

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