Html Css Color HEX #148F95 Java

📋 copy color: '#148F95'

red 20 ◦ green 143 ◦ blue 149

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

Shades of Java #148F95

Tints of Java #148F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.83%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 6.41%
G = 45.83%
B = 47.76%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148F95 (or 0x148F95) is known color: Java. HEX triplet: 14, 8F and 95. RGB value is (20,143,149). Sum of RGB (Red+Green+Blue) = 20+143+149=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #148F95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148F95 is #EB706A. Grayscale: #6A6A6A. Windows color (decimal): -15429739 or 9801492. OLE color: 9801492.

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

Color convert

RGB 20 143 149 -
CMYK 0.87 0.04 0 0.42
HSL 182.79º 0.76% 0.33% -
HSV(B) 182.79º 0.87% 0.58% -
XYZ 15.54 21.96 31.85 -
YUV 106.91 151.75 66.01 -
System Red Green Blue C M Y K H S L
Decimal 20 143 149 0.87 0.04 0 0.42 182.79 0.76 0.33
Hex 14 8F 95 57 4 0 2A B7 4C 21
Octal 24 217 225 127 4 0 52 267 114 41
Binary 10100 10001111 10010101 1010111 100 0 101010 10110111 1001100 100001

Color Harmonies of #148F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148F95

Black with #148F95

Text Example


Text Example

White with #148F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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