Html Css Color HEX #14938D Java

📋 copy color: '#14938D'

red 20 ◦ green 147 ◦ blue 141

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

Shades of Java #14938D

Tints of Java #14938D

RGB

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

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

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

R = 6.49%
G = 47.73%
B = 45.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#14938D (or 0x14938D) is known color: Java. HEX triplet: 14, 93 and 8D. RGB value is (20,147,141). Sum of RGB (Red+Green+Blue) = 20+147+141=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #14938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14938D is #EB6C72. Grayscale: #6C6C6C. Windows color (decimal): -15428723 or 9278228. OLE color: 9278228.

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

Color convert

RGB 20 147 141 -
CMYK 0.86 0 0.04 0.42
HSL 177.17º 0.76% 0.33% -
HSV(B) 177.17º 0.86% 0.58% -
XYZ 15.53 22.94 28.81 -
YUV 108.34 146.42 64.99 -
System Red Green Blue C M Y K H S L
Decimal 20 147 141 0.86 0 0.04 0.42 177.17 0.76 0.33
Hex 14 93 8D 56 0 4 2A B1 4C 21
Octal 24 223 215 126 0 4 52 261 114 41
Binary 10100 10010011 10001101 1010110 0 100 101010 10110001 1001100 100001

Color Harmonies of #14938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14938D

Black with #14938D

Text Example


Text Example

White with #14938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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