Html Css Color HEX #0E978D Dark Cyan

📋 copy color: '#0E978D'

red 14 ◦ green 151 ◦ blue 141

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

Shades of Dark Cyan #0E978D

Tints of Dark Cyan #0E978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

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

R = 4.58%
G = 49.35%
B = 46.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#0E978D (or 0x0E978D) is known color: Dark Cyan. HEX triplet: 0E, 97 and 8D. RGB value is (14,151,141). Sum of RGB (Red+Green+Blue) = 14+151+141=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #0E978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E978D is #F16872. Grayscale: #6C6C6C. Windows color (decimal): -15820915 or 9279246. OLE color: 9279246.

HSL color Cylindrical-coordinate representation of color #0E978D: hue angle of 175.62º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E978D is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 151 141 -
CMYK 0.91 0 0.07 0.41
HSL 175.62º 0.83% 0.32% -
HSV(B) 175.62º 0.91% 0.59% -
XYZ 16.06 24.15 29.01 -
YUV 108.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 14 151 141 0.91 0 0.07 0.41 175.62 0.83 0.32
Hex E 97 8D 5B 0 7 29 B0 53 20
Octal 16 227 215 133 0 7 51 260 123 40
Binary 1110 10010111 10001101 1011011 0 111 101001 10110000 1010011 100000

Color Harmonies of #0E978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E978D

Black with #0E978D

Text Example


Text Example

White with #0E978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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