Html Css Color HEX #14969C Java

📋 copy color: '#14969C'

red 20 ◦ green 150 ◦ blue 156

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

Shades of Java #14969C

Tints of Java #14969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 6.13%
G = 46.01%
B = 47.85%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14969C (or 0x14969C) is known color: Java. HEX triplet: 14, 96 and 9C. RGB value is (20,150,156). Sum of RGB (Red+Green+Blue) = 20+150+156=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #14969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14969C is #EB6963. Grayscale: #6F6F6F. Windows color (decimal): -15427940 or 10262036. OLE color: 10262036.

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

Color convert

RGB 20 150 156 -
CMYK 0.87 0.04 0 0.39
HSL 182.65º 0.77% 0.35% -
HSV(B) 182.65º 0.87% 0.61% -
XYZ 17.2 24.36 35.25 -
YUV 111.81 152.93 62.51 -
System Red Green Blue C M Y K H S L
Decimal 20 150 156 0.87 0.04 0 0.39 182.65 0.77 0.35
Hex 14 96 9C 57 4 0 27 B7 4D 23
Octal 24 226 234 127 4 0 47 267 115 43
Binary 10100 10010110 10011100 1010111 100 0 100111 10110111 1001101 100011

Color Harmonies of #14969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14969C

Black with #14969C

Text Example


Text Example

White with #14969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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