Html Css Color HEX #14928D Java

📋 copy color: '#14928D'

red 20 ◦ green 146 ◦ blue 141

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

Shades of Java #14928D

Tints of Java #14928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 6.51%
G = 47.56%
B = 45.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#14928D (or 0x14928D) is known color: Java. HEX triplet: 14, 92 and 8D. RGB value is (20,146,141). Sum of RGB (Red+Green+Blue) = 20+146+141=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #14928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14928D is #EB6D72. Grayscale: #6B6B6B. Windows color (decimal): -15428979 or 9277972. OLE color: 9277972.

HSL color Cylindrical-coordinate representation of color #14928D: hue angle of 177.62º 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 #14928D is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 141 -
CMYK 0.86 0 0.03 0.43
HSL 177.62º 0.76% 0.33% -
HSV(B) 177.62º 0.86% 0.57% -
XYZ 15.38 22.63 28.76 -
YUV 107.76 146.76 65.41 -
System Red Green Blue C M Y K H S L
Decimal 20 146 141 0.86 0 0.03 0.43 177.62 0.76 0.33
Hex 14 92 8D 56 0 3 2B B2 4C 21
Octal 24 222 215 126 0 3 53 262 114 41
Binary 10100 10010010 10001101 1010110 0 11 101011 10110010 1001100 100001

Color Harmonies of #14928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14928D

Black with #14928D

Text Example


Text Example

White with #14928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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