Html Css Color HEX #148E90 Java

📋 copy color: '#148E90'

red 20 ◦ green 142 ◦ blue 144

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

Shades of Java #148E90

Tints of Java #148E90

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.41%

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 6.54%
G = 46.41%
B = 47.06%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#148E90 (or 0x148E90) is known color: Java. HEX triplet: 14, 8E and 90. RGB value is (20,142,144). Sum of RGB (Red+Green+Blue) = 20+142+144=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #148E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148E90 is #EB716F. Grayscale: #696969. Windows color (decimal): -15430000 or 9473556. OLE color: 9473556.

HSL color Cylindrical-coordinate representation of color #148E90: hue angle of 180.97º 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 #148E90 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 142 144 -
CMYK 0.86 0.01 0 0.44
HSL 180.97º 0.76% 0.32% -
HSV(B) 180.97º 0.86% 0.56% -
XYZ 15 21.51 29.75 -
YUV 105.75 149.58 66.84 -
System Red Green Blue C M Y K H S L
Decimal 20 142 144 0.86 0.01 0 0.44 180.97 0.76 0.32
Hex 14 8E 90 56 1 0 2C B5 4C 20
Octal 24 216 220 126 1 0 54 265 114 40
Binary 10100 10001110 10010000 1010110 1 0 101100 10110101 1001100 100000

Color Harmonies of #148E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148E90

Black with #148E90

Text Example


Text Example

White with #148E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148E90; }

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

 H1.HeaderClassName
 {
   color: #148E90;
 }
 .AnyTagClassName
 {
   color: #148E90;
 }
</style>

background-color css

<style>
 a { background-color: #148E90; }

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

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

border-color css

<style>
 span { border-color: #148E90; }

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

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