Html Css Color HEX #0EC09D Caribbean Green

📋 copy color: '#0EC09D'

red 14 ◦ green 192 ◦ blue 157

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

Shades of Caribbean Green #0EC09D

Tints of Caribbean Green #0EC09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 3.86%
G = 52.89%
B = 43.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#0EC09D (or 0x0EC09D) is known color: Caribbean Green. HEX triplet: 0E, C0 and 9D. RGB value is (14,192,157). Sum of RGB (Red+Green+Blue) = 14+192+157=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC09D is #F13F62. Grayscale: #868686. Windows color (decimal): -15810403 or 10338318. OLE color: 10338318.

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

Color convert

RGB 14 192 157 -
CMYK 0.93 0 0.18 0.25
HSL 168.2º 0.86% 0.4% -
HSV(B) 168.2º 0.93% 0.75% -
XYZ 25.12 40.23 38.34 -
YUV 134.79 140.53 41.85 -
System Red Green Blue C M Y K H S L
Decimal 14 192 157 0.93 0 0.18 0.25 168.2 0.86 0.4
Hex E C0 9D 5D 0 12 19 A8 56 28
Octal 16 300 235 135 0 22 31 250 126 50
Binary 1110 11000000 10011101 1011101 0 10010 11001 10101000 1010110 101000

Color Harmonies of #0EC09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC09D

Black with #0EC09D

Text Example


Text Example

White with #0EC09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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