Html Css Color HEX #148F94 Java

📋 copy color: '#148F94'

red 20 ◦ green 143 ◦ blue 148

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

Shades of Java #148F94

Tints of Java #148F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 6.43%
G = 45.98%
B = 47.59%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148F94 (or 0x148F94) is known color: Java. HEX triplet: 14, 8F and 94. RGB value is (20,143,148). Sum of RGB (Red+Green+Blue) = 20+143+148=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #148F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148F94 is #EB706B. Grayscale: #6A6A6A. Windows color (decimal): -15429740 or 9735956. OLE color: 9735956.

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

Color convert

RGB 20 143 148 -
CMYK 0.86 0.03 0 0.42
HSL 182.34º 0.76% 0.33% -
HSV(B) 182.34º 0.86% 0.58% -
XYZ 15.46 21.93 31.44 -
YUV 106.79 151.25 66.09 -
System Red Green Blue C M Y K H S L
Decimal 20 143 148 0.86 0.03 0 0.42 182.34 0.76 0.33
Hex 14 8F 94 56 3 0 2A B6 4C 21
Octal 24 217 224 126 3 0 52 266 114 41
Binary 10100 10001111 10010100 1010110 11 0 101010 10110110 1001100 100001

Color Harmonies of #148F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148F94

Black with #148F94

Text Example


Text Example

White with #148F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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