Html Css Color HEX #0E9297 Dark Cyan

📋 copy color: '#0E9297'

red 14 ◦ green 146 ◦ blue 151

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

Shades of Dark Cyan #0E9297

Tints of Dark Cyan #0E9297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.55%

R = 4.5%
G = 46.95%
B = 48.55%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0E9297 (or 0x0E9297) is known color: Dark Cyan. HEX triplet: 0E, 92 and 97. RGB value is (14,146,151). Sum of RGB (Red+Green+Blue) = 14+146+151=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E9297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9297 is #F16D68. Grayscale: #6A6A6A. Windows color (decimal): -15822185 or 9933326. OLE color: 9933326.

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

Color convert

RGB 14 146 151 -
CMYK 0.91 0.03 0 0.41
HSL 182.19º 0.83% 0.32% -
HSV(B) 182.19º 0.91% 0.59% -
XYZ 16.05 22.89 32.85 -
YUV 107.1 152.77 61.59 -
System Red Green Blue C M Y K H S L
Decimal 14 146 151 0.91 0.03 0 0.41 182.19 0.83 0.32
Hex E 92 97 5B 3 0 29 B6 53 20
Octal 16 222 227 133 3 0 51 266 123 40
Binary 1110 10010010 10010111 1011011 11 0 101001 10110110 1010011 100000

Color Harmonies of #0E9297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9297

Black with #0E9297

Text Example


Text Example

White with #0E9297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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