Html Css Color HEX #14938E Java

📋 copy color: '#14938E'

red 20 ◦ green 147 ◦ blue 142

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

Shades of Java #14938E

Tints of Java #14938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 6.47%
G = 47.57%
B = 45.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#14938E (or 0x14938E) is known color: Java. HEX triplet: 14, 93 and 8E. RGB value is (20,147,142). Sum of RGB (Red+Green+Blue) = 20+147+142=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #14938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14938E is #EB6C71. Grayscale: #6C6C6C. Windows color (decimal): -15428722 or 9343764. OLE color: 9343764.

HSL color Cylindrical-coordinate representation of color #14938E: hue angle of 177.64º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14938E is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 142 -
CMYK 0.86 0 0.03 0.42
HSL 177.64º 0.76% 0.33% -
HSV(B) 177.64º 0.86% 0.58% -
XYZ 15.6 22.97 29.2 -
YUV 108.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 20 147 142 0.86 0 0.03 0.42 177.64 0.76 0.33
Hex 14 93 8E 56 0 3 2A B2 4C 21
Octal 24 223 216 126 0 3 52 262 114 41
Binary 10100 10010011 10001110 1010110 0 11 101010 10110010 1001100 100001

Color Harmonies of #14938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14938E

Black with #14938E

Text Example


Text Example

White with #14938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14938E; }

 p { color: rgb(20,147,142); }

 H1.HeaderClassName
 {
   color: #14938E;
 }
 .AnyTagClassName
 {
   color: #14938E;
 }
</style>

background-color css

<style>
 a { background-color: #14938E; }

 a { background-color: rgb(20,147,142); }

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

border-color css

<style>
 span { border-color: #14938E; }

 span { border-color: rgb(20,147,142); }

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