Html Css Color HEX #0E938D Dark Cyan

📋 copy color: '#0E938D'

red 14 ◦ green 147 ◦ blue 141

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

Shades of Dark Cyan #0E938D

Tints of Dark Cyan #0E938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.68%

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

R = 4.64%
G = 48.68%
B = 46.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#0E938D (or 0x0E938D) is known color: Dark Cyan. HEX triplet: 0E, 93 and 8D. RGB value is (14,147,141). Sum of RGB (Red+Green+Blue) = 14+147+141=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #0E938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E938D is #F16C72. Grayscale: #6A6A6A. Windows color (decimal): -15821939 or 9278222. OLE color: 9278222.

HSL color Cylindrical-coordinate representation of color #0E938D: hue angle of 177.29º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E938D is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 141 -
CMYK 0.90 0 0.04 0.42
HSL 177.29º 0.83% 0.32% -
HSV(B) 177.29º 0.9% 0.58% -
XYZ 15.42 22.88 28.8 -
YUV 106.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 14 147 141 0.90 0 0.04 0.42 177.29 0.83 0.32
Hex E 93 8D 5A 0 4 2A B1 53 20
Octal 16 223 215 132 0 4 52 261 123 40
Binary 1110 10010011 10001101 1011010 0 100 101010 10110001 1010011 100000

Color Harmonies of #0E938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E938D

Black with #0E938D

Text Example


Text Example

White with #0E938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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