Html Css Color HEX #0E948F Dark Cyan

📋 copy color: '#0E948F'

red 14 ◦ green 148 ◦ blue 143

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

Shades of Dark Cyan #0E948F

Tints of Dark Cyan #0E948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.52%

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 4.59%
G = 48.52%
B = 46.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#0E948F (or 0x0E948F) is known color: Dark Cyan. HEX triplet: 0E, 94 and 8F. RGB value is (14,148,143). Sum of RGB (Red+Green+Blue) = 14+148+143=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #0E948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E948F is #F16B70. Grayscale: #6B6B6B. Windows color (decimal): -15821681 or 9409550. OLE color: 9409550.

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

Color convert

RGB 14 148 143 -
CMYK 0.91 0 0.03 0.42
HSL 177.76º 0.83% 0.32% -
HSV(B) 177.76º 0.91% 0.58% -
XYZ 15.73 23.26 29.65 -
YUV 107.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 14 148 143 0.91 0 0.03 0.42 177.76 0.83 0.32
Hex E 94 8F 5B 0 3 2A B2 53 20
Octal 16 224 217 133 0 3 52 262 123 40
Binary 1110 10010100 10001111 1011011 0 11 101010 10110010 1010011 100000

Color Harmonies of #0E948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E948F

Black with #0E948F

Text Example


Text Example

White with #0E948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,148,143); }

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

background-color css

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

 a { background-color: rgb(14,148,143); }

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

border-color css

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

 span { border-color: rgb(14,148,143); }

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