Html Css Color HEX #0EC595 Caribbean Green

📋 copy color: '#0EC595'

red 14 ◦ green 197 ◦ blue 149

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

Shades of Caribbean Green #0EC595

Tints of Caribbean Green #0EC595

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.72%

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 3.89%
G = 54.72%
B = 41.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#0EC595 (or 0x0EC595) is known color: Caribbean Green. HEX triplet: 0E, C5 and 95. RGB value is (14,197,149). Sum of RGB (Red+Green+Blue) = 14+197+149=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC595 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC595 is #F13A6A. Grayscale: #888888. Windows color (decimal): -15809131 or 9815310. OLE color: 9815310.

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

Color convert

RGB 14 197 149 -
CMYK 0.93 0 0.24 0.23
HSL 164.26º 0.87% 0.41% -
HSV(B) 164.26º 0.93% 0.77% -
XYZ 25.57 42.2 35.23 -
YUV 136.81 134.87 40.4 -
System Red Green Blue C M Y K H S L
Decimal 14 197 149 0.93 0 0.24 0.23 164.26 0.87 0.41
Hex E C5 95 5D 0 18 17 A4 57 29
Octal 16 305 225 135 0 30 27 244 127 51
Binary 1110 11000101 10010101 1011101 0 11000 10111 10100100 1010111 101001

Color Harmonies of #0EC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC595

Black with #0EC595

Text Example


Text Example

White with #0EC595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,197,149); }

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

background-color css

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

 a { background-color: rgb(14,197,149); }

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

border-color css

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

 span { border-color: rgb(14,197,149); }

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