Html Css Color HEX #14989B Java

📋 copy color: '#14989B'

red 20 ◦ green 152 ◦ blue 155

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

Shades of Java #14989B

Tints of Java #14989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

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

R = 6.12%
G = 46.48%
B = 47.4%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14989B (or 0x14989B) is known color: Java. HEX triplet: 14, 98 and 9B. RGB value is (20,152,155). Sum of RGB (Red+Green+Blue) = 20+152+155=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #14989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14989B is #EB6764. Grayscale: #707070. Windows color (decimal): -15427429 or 10197012. OLE color: 10197012.

HSL color Cylindrical-coordinate representation of color #14989B: hue angle of 181.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14989B is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 152 155 -
CMYK 0.87 0.02 0 0.39
HSL 181.33º 0.77% 0.34% -
HSV(B) 181.33º 0.87% 0.61% -
XYZ 17.43 24.97 34.91 -
YUV 112.87 151.77 61.76 -
System Red Green Blue C M Y K H S L
Decimal 20 152 155 0.87 0.02 0 0.39 181.33 0.77 0.34
Hex 14 98 9B 57 2 0 27 B5 4D 22
Octal 24 230 233 127 2 0 47 265 115 42
Binary 10100 10011000 10011011 1010111 10 0 100111 10110101 1001101 100010

Color Harmonies of #14989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14989B

Black with #14989B

Text Example


Text Example

White with #14989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14989B; }

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

 H1.HeaderClassName
 {
   color: #14989B;
 }
 .AnyTagClassName
 {
   color: #14989B;
 }
</style>

background-color css

<style>
 a { background-color: #14989B; }

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

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

border-color css

<style>
 span { border-color: #14989B; }

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

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