Html Css Color HEX #0E838F Dark Cyan

📋 copy color: '#0E838F'

red 14 ◦ green 131 ◦ blue 143

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

Shades of Dark Cyan #0E838F

Tints of Dark Cyan #0E838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

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

R = 4.86%
G = 45.49%
B = 49.65%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E838F (or 0x0E838F) is known color: Dark Cyan. HEX triplet: 0E, 83 and 8F. RGB value is (14,131,143). Sum of RGB (Red+Green+Blue) = 14+131+143=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #0E838F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E838F is #F17C70. Grayscale: #616161. Windows color (decimal): -15826033 or 9405198. OLE color: 9405198.

HSL color Cylindrical-coordinate representation of color #0E838F: hue angle of 185.58º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E838F is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 131 143 -
CMYK 0.90 0.08 0 0.44
HSL 185.58º 0.82% 0.31% -
HSV(B) 185.58º 0.9% 0.56% -
XYZ 13.26 18.31 28.82 -
YUV 97.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 14 131 143 0.90 0.08 0 0.44 185.58 0.82 0.31
Hex E 83 8F 5A 8 0 2C BA 52 1F
Octal 16 203 217 132 10 0 54 272 122 37
Binary 1110 10000011 10001111 1011010 1000 0 101100 10111010 1010010 11111

Color Harmonies of #0E838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E838F

Black with #0E838F

Text Example


Text Example

White with #0E838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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