Html Css Color HEX #14918D Java

📋 copy color: '#14918D'

red 20 ◦ green 145 ◦ blue 141

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

Shades of Java #14918D

Tints of Java #14918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.39%

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

R = 6.54%
G = 47.39%
B = 46.08%

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

#14918D (or 0x14918D) is known color: Java. HEX triplet: 14, 91 and 8D. RGB value is (20,145,141). Sum of RGB (Red+Green+Blue) = 20+145+141=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #14918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14918D is #EB6E72. Grayscale: #6B6B6B. Windows color (decimal): -15429235 or 9277716. OLE color: 9277716.

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

Color convert

RGB 20 145 141 -
CMYK 0.86 0 0.03 0.43
HSL 178.08º 0.76% 0.32% -
HSV(B) 178.08º 0.86% 0.57% -
XYZ 15.22 22.32 28.71 -
YUV 107.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 20 145 141 0.86 0 0.03 0.43 178.08 0.76 0.32
Hex 14 91 8D 56 0 3 2B B2 4C 20
Octal 24 221 215 126 0 3 53 262 114 40
Binary 10100 10010001 10001101 1010110 0 11 101011 10110010 1001100 100000

Color Harmonies of #14918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14918D

Black with #14918D

Text Example


Text Example

White with #14918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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