Html Css Color HEX #14928C Java

📋 copy color: '#14928C'

red 20 ◦ green 146 ◦ blue 140

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

Shades of Java #14928C

Tints of Java #14928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.71%

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

R = 6.54%
G = 47.71%
B = 45.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#14928C (or 0x14928C) is known color: Java. HEX triplet: 14, 92 and 8C. RGB value is (20,146,140). Sum of RGB (Red+Green+Blue) = 20+146+140=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #14928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14928C is #EB6D73. Grayscale: #6B6B6B. Windows color (decimal): -15428980 or 9212436. OLE color: 9212436.

HSL color Cylindrical-coordinate representation of color #14928C: hue angle of 177.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14928C is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 140 -
CMYK 0.86 0 0.04 0.43
HSL 177.14º 0.76% 0.33% -
HSV(B) 177.14º 0.86% 0.57% -
XYZ 15.3 22.6 28.37 -
YUV 107.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 20 146 140 0.86 0 0.04 0.43 177.14 0.76 0.33
Hex 14 92 8C 56 0 4 2B B1 4C 21
Octal 24 222 214 126 0 4 53 261 114 41
Binary 10100 10010010 10001100 1010110 0 100 101011 10110001 1001100 100001

Color Harmonies of #14928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14928C

Black with #14928C

Text Example


Text Example

White with #14928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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