Html Css Color HEX #0E979A Java

📋 copy color: '#0E979A'

red 14 ◦ green 151 ◦ blue 154

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

Shades of Java #0E979A

Tints of Java #0E979A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.28%

R = 4.39%
G = 47.34%
B = 48.28%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0E979A (or 0x0E979A) is known color: Java. HEX triplet: 0E, 97 and 9A. RGB value is (14,151,154). Sum of RGB (Red+Green+Blue) = 14+151+154=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E979A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E979A is #F16865. Grayscale: #6E6E6E. Windows color (decimal): -15820902 or 10131214. OLE color: 10131214.

HSL color Cylindrical-coordinate representation of color #0E979A: hue angle of 181.29º 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 #0E979A is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 151 154 -
CMYK 0.91 0.02 0 0.40
HSL 181.29º 0.83% 0.33% -
HSV(B) 181.29º 0.91% 0.6% -
XYZ 17.08 24.56 34.41 -
YUV 110.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 14 151 154 0.91 0.02 0 0.40 181.29 0.83 0.33
Hex E 97 9A 5B 2 0 28 B5 53 21
Octal 16 227 232 133 2 0 50 265 123 41
Binary 1110 10010111 10011010 1011011 10 0 101000 10110101 1010011 100001

Color Harmonies of #0E979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E979A

Black with #0E979A

Text Example


Text Example

White with #0E979A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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