Html Css Color HEX #14968D Java

📋 copy color: '#14968D'

red 20 ◦ green 150 ◦ blue 141

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

Shades of Java #14968D

Tints of Java #14968D

RGB

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

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

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

R = 6.43%
G = 48.23%
B = 45.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#14968D (or 0x14968D) is known color: Java. HEX triplet: 14, 96 and 8D. RGB value is (20,150,141). Sum of RGB (Red+Green+Blue) = 20+150+141=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #14968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14968D is #EB6972. Grayscale: #6E6E6E. Windows color (decimal): -15427955 or 9278996. OLE color: 9278996.

HSL color Cylindrical-coordinate representation of color #14968D: hue angle of 175.85º 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 #14968D is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 141 -
CMYK 0.87 0 0.06 0.41
HSL 175.85º 0.76% 0.33% -
HSV(B) 175.85º 0.87% 0.59% -
XYZ 16 23.88 28.97 -
YUV 110.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 20 150 141 0.87 0 0.06 0.41 175.85 0.76 0.33
Hex 14 96 8D 57 0 6 29 B0 4C 21
Octal 24 226 215 127 0 6 51 260 114 41
Binary 10100 10010110 10001101 1010111 0 110 101001 10110000 1001100 100001

Color Harmonies of #14968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14968D

Black with #14968D

Text Example


Text Example

White with #14968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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