Html Css Color HEX #0E928B Dark Cyan

📋 copy color: '#0E928B'

red 14 ◦ green 146 ◦ blue 139

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

Shades of Dark Cyan #0E928B

Tints of Dark Cyan #0E928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.83%

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 4.68%
G = 48.83%
B = 46.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#0E928B (or 0x0E928B) is known color: Dark Cyan. HEX triplet: 0E, 92 and 8B. RGB value is (14,146,139). Sum of RGB (Red+Green+Blue) = 14+146+139=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #0E928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E928B is #F16D74. Grayscale: #696969. Windows color (decimal): -15822197 or 9146894. OLE color: 9146894.

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

Color convert

RGB 14 146 139 -
CMYK 0.90 0 0.05 0.43
HSL 176.82º 0.83% 0.31% -
HSV(B) 176.82º 0.9% 0.57% -
XYZ 15.12 22.52 27.98 -
YUV 105.73 146.77 62.57 -
System Red Green Blue C M Y K H S L
Decimal 14 146 139 0.90 0 0.05 0.43 176.82 0.83 0.31
Hex E 92 8B 5A 0 5 2B B1 52 1F
Octal 16 222 213 132 0 5 53 261 122 37
Binary 1110 10010010 10001011 1011010 0 101 101011 10110001 1010010 11111

Color Harmonies of #0E928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E928B

Black with #0E928B

Text Example


Text Example

White with #0E928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,146,139); }

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

background-color css

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

 a { background-color: rgb(14,146,139); }

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

border-color css

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

 span { border-color: rgb(14,146,139); }

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