Html Css Color HEX #0EC38D Caribbean Green

📋 copy color: '#0EC38D'

red 14 ◦ green 195 ◦ blue 141

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

Shades of Caribbean Green #0EC38D

Tints of Caribbean Green #0EC38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 4%
G = 55.71%
B = 40.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#0EC38D (or 0x0EC38D) is known color: Caribbean Green. HEX triplet: 0E, C3 and 8D. RGB value is (14,195,141). Sum of RGB (Red+Green+Blue) = 14+195+141=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC38D is #F13C72. Grayscale: #868686. Windows color (decimal): -15809651 or 9290510. OLE color: 9290510.

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

Color convert

RGB 14 195 141 -
CMYK 0.93 0 0.28 0.24
HSL 162.1º 0.87% 0.41% -
HSV(B) 162.1º 0.93% 0.76% -
XYZ 24.5 41.05 31.83 -
YUV 134.73 131.53 41.89 -
System Red Green Blue C M Y K H S L
Decimal 14 195 141 0.93 0 0.28 0.24 162.1 0.87 0.41
Hex E C3 8D 5D 0 1C 18 A2 57 29
Octal 16 303 215 135 0 34 30 242 127 51
Binary 1110 11000011 10001101 1011101 0 11100 11000 10100010 1010111 101001

Color Harmonies of #0EC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC38D

Black with #0EC38D

Text Example


Text Example

White with #0EC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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