Html Css Color HEX #14968C Java

📋 copy color: '#14968C'

red 20 ◦ green 150 ◦ blue 140

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

Shades of Java #14968C

Tints of Java #14968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 6.45%
G = 48.39%
B = 45.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#14968C (or 0x14968C) is known color: Java. HEX triplet: 14, 96 and 8C. RGB value is (20,150,140). Sum of RGB (Red+Green+Blue) = 20+150+140=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #14968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14968C is #EB6973. Grayscale: #6D6D6D. Windows color (decimal): -15427956 or 9213460. OLE color: 9213460.

HSL color Cylindrical-coordinate representation of color #14968C: hue angle of 175.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14968C is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 140 -
CMYK 0.87 0 0.07 0.41
HSL 175.38º 0.76% 0.33% -
HSV(B) 175.38º 0.87% 0.59% -
XYZ 15.93 23.85 28.58 -
YUV 109.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 20 150 140 0.87 0 0.07 0.41 175.38 0.76 0.33
Hex 14 96 8C 57 0 7 29 AF 4C 21
Octal 24 226 214 127 0 7 51 257 114 41
Binary 10100 10010110 10001100 1010111 0 111 101001 10101111 1001100 100001

Color Harmonies of #14968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14968C

Black with #14968C

Text Example


Text Example

White with #14968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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