Html Css Color HEX #0EC09F Caribbean Green

📋 copy color: '#0EC09F'

red 14 ◦ green 192 ◦ blue 159

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

Shades of Caribbean Green #0EC09F

Tints of Caribbean Green #0EC09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 3.84%
G = 52.6%
B = 43.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#0EC09F (or 0x0EC09F) is known color: Caribbean Green. HEX triplet: 0E, C0 and 9F. RGB value is (14,192,159). Sum of RGB (Red+Green+Blue) = 14+192+159=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC09F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC09F is #F13F60. Grayscale: #868686. Windows color (decimal): -15810401 or 10469390. OLE color: 10469390.

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

Color convert

RGB 14 192 159 -
CMYK 0.93 0 0.17 0.25
HSL 168.88º 0.86% 0.4% -
HSV(B) 168.88º 0.93% 0.75% -
XYZ 25.29 40.3 39.25 -
YUV 135.02 141.53 41.68 -
System Red Green Blue C M Y K H S L
Decimal 14 192 159 0.93 0 0.17 0.25 168.88 0.86 0.4
Hex E C0 9F 5D 0 11 19 A9 56 28
Octal 16 300 237 135 0 21 31 251 126 50
Binary 1110 11000000 10011111 1011101 0 10001 11001 10101001 1010110 101000

Color Harmonies of #0EC09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC09F

Black with #0EC09F

Text Example


Text Example

White with #0EC09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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