Html Css Color HEX #14908F Java

📋 copy color: '#14908F'

red 20 ◦ green 144 ◦ blue 143

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

Shades of Java #14908F

Tints of Java #14908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.91%

 BLUE value IS 143 (56.25% from 255) = 46.58%

R = 6.51%
G = 46.91%
B = 46.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#14908F (or 0x14908F) is known color: Java. HEX triplet: 14, 90 and 8F. RGB value is (20,144,143). Sum of RGB (Red+Green+Blue) = 20+144+143=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #14908F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14908F is #EB6F70. Grayscale: #6A6A6A. Windows color (decimal): -15429489 or 9408532. OLE color: 9408532.

HSL color Cylindrical-coordinate representation of color #14908F: hue angle of 179.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14908F is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 143 -
CMYK 0.86 0 0.01 0.44
HSL 179.52º 0.76% 0.32% -
HSV(B) 179.52º 0.86% 0.56% -
XYZ 15.22 22.08 29.45 -
YUV 106.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 20 144 143 0.86 0 0.01 0.44 179.52 0.76 0.32
Hex 14 90 8F 56 0 1 2C B4 4C 20
Octal 24 220 217 126 0 1 54 264 114 40
Binary 10100 10010000 10001111 1010110 0 1 101100 10110100 1001100 100000

Color Harmonies of #14908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14908F

Black with #14908F

Text Example


Text Example

White with #14908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14908F; }

 p { color: rgb(20,144,143); }

 H1.HeaderClassName
 {
   color: #14908F;
 }
 .AnyTagClassName
 {
   color: #14908F;
 }
</style>

background-color css

<style>
 a { background-color: #14908F; }

 a { background-color: rgb(20,144,143); }

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

border-color css

<style>
 span { border-color: #14908F; }

 span { border-color: rgb(20,144,143); }

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