Html Css Color HEX #0E9798 Dark Cyan

📋 copy color: '#0E9798'

red 14 ◦ green 151 ◦ blue 152

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

Shades of Dark Cyan #0E9798

Tints of Dark Cyan #0E9798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 4.42%
G = 47.63%
B = 47.95%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0E9798 (or 0x0E9798) is known color: Dark Cyan. HEX triplet: 0E, 97 and 98. RGB value is (14,151,152). Sum of RGB (Red+Green+Blue) = 14+151+152=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E9798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9798 is #F16867. Grayscale: #6E6E6E. Windows color (decimal): -15820904 or 10000142. OLE color: 10000142.

HSL color Cylindrical-coordinate representation of color #0E9798: hue angle of 180.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9798 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 151 152 -
CMYK 0.91 0.01 0 0.40
HSL 180.43º 0.83% 0.33% -
HSV(B) 180.43º 0.91% 0.6% -
XYZ 16.92 24.49 33.54 -
YUV 110.15 151.61 59.42 -
System Red Green Blue C M Y K H S L
Decimal 14 151 152 0.91 0.01 0 0.40 180.43 0.83 0.33
Hex E 97 98 5B 1 0 28 B4 53 21
Octal 16 227 230 133 1 0 50 264 123 41
Binary 1110 10010111 10011000 1011011 1 0 101000 10110100 1010011 100001

Color Harmonies of #0E9798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9798

Black with #0E9798

Text Example


Text Example

White with #0E9798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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