Html Css Color HEX #14969B Java

📋 copy color: '#14969B'

red 20 ◦ green 150 ◦ blue 155

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

Shades of Java #14969B

Tints of Java #14969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.15%

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

R = 6.15%
G = 46.15%
B = 47.69%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14969B (or 0x14969B) is known color: Java. HEX triplet: 14, 96 and 9B. RGB value is (20,150,155). Sum of RGB (Red+Green+Blue) = 20+150+155=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #14969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14969B is #EB6964. Grayscale: #6F6F6F. Windows color (decimal): -15427941 or 10196500. OLE color: 10196500.

HSL color Cylindrical-coordinate representation of color #14969B: hue angle of 182.22º 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 #14969B is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 150 155 -
CMYK 0.87 0.03 0 0.39
HSL 182.22º 0.77% 0.34% -
HSV(B) 182.22º 0.87% 0.61% -
XYZ 17.11 24.33 34.8 -
YUV 111.7 152.43 62.59 -
System Red Green Blue C M Y K H S L
Decimal 20 150 155 0.87 0.03 0 0.39 182.22 0.77 0.34
Hex 14 96 9B 57 3 0 27 B6 4D 22
Octal 24 226 233 127 3 0 47 266 115 42
Binary 10100 10010110 10011011 1010111 11 0 100111 10110110 1001101 100010

Color Harmonies of #14969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14969B

Black with #14969B

Text Example


Text Example

White with #14969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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