Html Css Color HEX #0EC39C Caribbean Green

📋 copy color: '#0EC39C'

red 14 ◦ green 195 ◦ blue 156

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

Shades of Caribbean Green #0EC39C

Tints of Caribbean Green #0EC39C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.42%

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

R = 3.84%
G = 53.42%
B = 42.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#0EC39C (or 0x0EC39C) is known color: Caribbean Green. HEX triplet: 0E, C3 and 9C. RGB value is (14,195,156). Sum of RGB (Red+Green+Blue) = 14+195+156=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC39C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC39C is #F13C63. Grayscale: #888888. Windows color (decimal): -15809636 or 10273550. OLE color: 10273550.

HSL color Cylindrical-coordinate representation of color #0EC39C: hue angle of 167.07º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC39C is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 195 156 -
CMYK 0.93 0 0.20 0.24
HSL 167.07º 0.87% 0.41% -
HSV(B) 167.07º 0.93% 0.76% -
XYZ 25.7 41.52 38.11 -
YUV 136.44 139.03 40.67 -
System Red Green Blue C M Y K H S L
Decimal 14 195 156 0.93 0 0.20 0.24 167.07 0.87 0.41
Hex E C3 9C 5D 0 14 18 A7 57 29
Octal 16 303 234 135 0 24 30 247 127 51
Binary 1110 11000011 10011100 1011101 0 10100 11000 10100111 1010111 101001

Color Harmonies of #0EC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC39C

Black with #0EC39C

Text Example


Text Example

White with #0EC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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