Html Css Color HEX #0EC09C Caribbean Green

📋 copy color: '#0EC09C'

red 14 ◦ green 192 ◦ blue 156

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

Shades of Caribbean Green #0EC09C

Tints of Caribbean Green #0EC09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 3.87%
G = 53.04%
B = 43.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#0EC09C (or 0x0EC09C) is known color: Caribbean Green. HEX triplet: 0E, C0 and 9C. RGB value is (14,192,156). Sum of RGB (Red+Green+Blue) = 14+192+156=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC09C is #F13F63. Grayscale: #868686. Windows color (decimal): -15810404 or 10272782. OLE color: 10272782.

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

Color convert

RGB 14 192 156 -
CMYK 0.93 0 0.19 0.25
HSL 167.87º 0.86% 0.4% -
HSV(B) 167.87º 0.93% 0.75% -
XYZ 25.03 40.19 37.89 -
YUV 134.67 140.03 41.93 -
System Red Green Blue C M Y K H S L
Decimal 14 192 156 0.93 0 0.19 0.25 167.87 0.86 0.4
Hex E C0 9C 5D 0 13 19 A8 56 28
Octal 16 300 234 135 0 23 31 250 126 50
Binary 1110 11000000 10011100 1011101 0 10011 11001 10101000 1010110 101000

Color Harmonies of #0EC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC09C

Black with #0EC09C

Text Example


Text Example

White with #0EC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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