Html Css Color HEX #0E858C Dark Cyan

📋 copy color: '#0E858C'

red 14 ◦ green 133 ◦ blue 140

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

Shades of Dark Cyan #0E858C

Tints of Dark Cyan #0E858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 140 (55.08% from 255) = 48.78%

R = 4.88%
G = 46.34%
B = 48.78%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E858C (or 0x0E858C) is known color: Dark Cyan. HEX triplet: 0E, 85 and 8C. RGB value is (14,133,140). Sum of RGB (Red+Green+Blue) = 14+133+140=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E858C is #F17A73. Grayscale: #626262. Windows color (decimal): -15825524 or 9209102. OLE color: 9209102.

HSL color Cylindrical-coordinate representation of color #0E858C: hue angle of 183.33º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E858C is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 133 140 -
CMYK 0.90 0.05 0 0.45
HSL 183.33º 0.82% 0.3% -
HSV(B) 183.33º 0.9% 0.55% -
XYZ 13.3 18.76 27.73 -
YUV 98.22 151.58 67.93 -
System Red Green Blue C M Y K H S L
Decimal 14 133 140 0.90 0.05 0 0.45 183.33 0.82 0.3
Hex E 85 8C 5A 5 0 2D B7 52 1E
Octal 16 205 214 132 5 0 55 267 122 36
Binary 1110 10000101 10001100 1011010 101 0 101101 10110111 1010010 11110

Color Harmonies of #0E858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E858C

Black with #0E858C

Text Example


Text Example

White with #0E858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,133,140); }

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

background-color css

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

 a { background-color: rgb(14,133,140); }

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

border-color css

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

 span { border-color: rgb(14,133,140); }

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