Html Css Color HEX #14A39B Java

📋 copy color: '#14A39B'

red 20 ◦ green 163 ◦ blue 155

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

Shades of Java #14A39B

Tints of Java #14A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.22%

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 5.92%
G = 48.22%
B = 45.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#14A39B (or 0x14A39B) is known color: Java. HEX triplet: 14, A3 and 9B. RGB value is (20,163,155). Sum of RGB (Red+Green+Blue) = 20+163+155=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #14A39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A39B is #EB5C64. Grayscale: #777777. Windows color (decimal): -15424613 or 10199828. OLE color: 10199828.

HSL color Cylindrical-coordinate representation of color #14A39B: hue angle of 176.64º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A39B is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 163 155 -
CMYK 0.88 0 0.05 0.36
HSL 176.64º 0.78% 0.36% -
HSV(B) 176.64º 0.88% 0.64% -
XYZ 19.3 28.71 35.53 -
YUV 119.33 148.12 57.15 -
System Red Green Blue C M Y K H S L
Decimal 20 163 155 0.88 0 0.05 0.36 176.64 0.78 0.36
Hex 14 A3 9B 58 0 5 24 B1 4E 24
Octal 24 243 233 130 0 5 44 261 116 44
Binary 10100 10100011 10011011 1011000 0 101 100100 10110001 1001110 100100

Color Harmonies of #14A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A39B

Black with #14A39B

Text Example


Text Example

White with #14A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,163,155); }

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

background-color css

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

 a { background-color: rgb(20,163,155); }

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

border-color css

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

 span { border-color: rgb(20,163,155); }

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