Html Css Color HEX #14938C Java

📋 copy color: '#14938C'

red 20 ◦ green 147 ◦ blue 140

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

Shades of Java #14938C

Tints of Java #14938C

RGB

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

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

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

R = 6.51%
G = 47.88%
B = 45.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#14938C (or 0x14938C) is known color: Java. HEX triplet: 14, 93 and 8C. RGB value is (20,147,140). Sum of RGB (Red+Green+Blue) = 20+147+140=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #14938C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14938C is #EB6C73. Grayscale: #6C6C6C. Windows color (decimal): -15428724 or 9212692. OLE color: 9212692.

HSL color Cylindrical-coordinate representation of color #14938C: hue angle of 176.69º 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 #14938C is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 140 -
CMYK 0.86 0 0.05 0.42
HSL 176.69º 0.76% 0.33% -
HSV(B) 176.69º 0.86% 0.58% -
XYZ 15.46 22.91 28.42 -
YUV 108.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 20 147 140 0.86 0 0.05 0.42 176.69 0.76 0.33
Hex 14 93 8C 56 0 5 2A B1 4C 21
Octal 24 223 214 126 0 5 52 261 114 41
Binary 10100 10010011 10001100 1010110 0 101 101010 10110001 1001100 100001

Color Harmonies of #14938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14938C

Black with #14938C

Text Example


Text Example

White with #14938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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