Html Css Color HEX #14A09E Java

📋 copy color: '#14A09E'

red 20 ◦ green 160 ◦ blue 158

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

Shades of Java #14A09E

Tints of Java #14A09E

RGB

 RED value IS 20 (8.2% from 255) = 5.92%

 GREEN value IS 160 (62.89% from 255) = 47.34%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 5.92%
G = 47.34%
B = 46.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#14A09E (or 0x14A09E) is known color: Java. HEX triplet: 14, A0 and 9E. RGB value is (20,160,158). Sum of RGB (Red+Green+Blue) = 20+160+158=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #14A09E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A09E is #EB5F61. Grayscale: #757575. Windows color (decimal): -15425378 or 10395668. OLE color: 10395668.

HSL color Cylindrical-coordinate representation of color #14A09E: hue angle of 179.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A09E is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 160 158 -
CMYK 0.88 0 0.01 0.37
HSL 179.14º 0.78% 0.35% -
HSV(B) 179.14º 0.88% 0.63% -
XYZ 19.03 27.76 36.7 -
YUV 117.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 20 160 158 0.88 0 0.01 0.37 179.14 0.78 0.35
Hex 14 A0 9E 58 0 1 25 B3 4E 23
Octal 24 240 236 130 0 1 45 263 116 43
Binary 10100 10100000 10011110 1011000 0 1 100101 10110011 1001110 100011

Color Harmonies of #14A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A09E

Black with #14A09E

Text Example


Text Example

White with #14A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A09E; }

 p { color: rgb(20,160,158); }

 H1.HeaderClassName
 {
   color: #14A09E;
 }
 .AnyTagClassName
 {
   color: #14A09E;
 }
</style>

background-color css

<style>
 a { background-color: #14A09E; }

 a { background-color: rgb(20,160,158); }

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

border-color css

<style>
 span { border-color: #14A09E; }

 span { border-color: rgb(20,160,158); }

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