Html Css Color HEX #0EC5AC Caribbean Green

📋 copy color: '#0EC5AC'

red 14 ◦ green 197 ◦ blue 172

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

Shades of Caribbean Green #0EC5AC

Tints of Caribbean Green #0EC5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 3.66%
G = 51.44%
B = 44.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#0EC5AC (or 0x0EC5AC) is known color: Caribbean Green. HEX triplet: 0E, C5 and AC. RGB value is (14,197,172). Sum of RGB (Red+Green+Blue) = 14+197+172=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC5AC is #F13A53. Grayscale: #8B8B8B. Windows color (decimal): -15809108 or 11322638. OLE color: 11322638.

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

Color convert

RGB 14 197 172 -
CMYK 0.93 0 0.13 0.23
HSL 171.8º 0.87% 0.41% -
HSV(B) 171.8º 0.93% 0.77% -
XYZ 27.59 43 45.88 -
YUV 139.43 146.37 38.53 -
System Red Green Blue C M Y K H S L
Decimal 14 197 172 0.93 0 0.13 0.23 171.8 0.87 0.41
Hex E C5 AC 5D 0 D 17 AC 57 29
Octal 16 305 254 135 0 15 27 254 127 51
Binary 1110 11000101 10101100 1011101 0 1101 10111 10101100 1010111 101001

Color Harmonies of #0EC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC5AC

Black with #0EC5AC

Text Example


Text Example

White with #0EC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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