Html Css Color HEX #0E9A9F Java

📋 copy color: '#0E9A9F'

red 14 ◦ green 154 ◦ blue 159

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

Shades of Java #0E9A9F

Tints of Java #0E9A9F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 159 (62.5% from 255) = 48.62%

R = 4.28%
G = 47.09%
B = 48.62%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E9A9F (or 0x0E9A9F) is known color: Java. HEX triplet: 0E, 9A and 9F. RGB value is (14,154,159). Sum of RGB (Red+Green+Blue) = 14+154+159=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E9A9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9A9F is #F16560. Grayscale: #707070. Windows color (decimal): -15820129 or 10459662. OLE color: 10459662.

HSL color Cylindrical-coordinate representation of color #0E9A9F: hue angle of 182.07º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9A9F is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 154 159 -
CMYK 0.91 0.03 0 0.38
HSL 182.07º 0.84% 0.34% -
HSV(B) 182.07º 0.91% 0.62% -
XYZ 17.99 25.71 36.81 -
YUV 112.71 154.12 57.59 -
System Red Green Blue C M Y K H S L
Decimal 14 154 159 0.91 0.03 0 0.38 182.07 0.84 0.34
Hex E 9A 9F 5B 3 0 26 B6 54 22
Octal 16 232 237 133 3 0 46 266 124 42
Binary 1110 10011010 10011111 1011011 11 0 100110 10110110 1010100 100010

Color Harmonies of #0E9A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9A9F

Black with #0E9A9F

Text Example


Text Example

White with #0E9A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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