Html Css Color HEX #148F9C Java

📋 copy color: '#148F9C'

red 20 ◦ green 143 ◦ blue 156

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

Shades of Java #148F9C

Tints of Java #148F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 6.27%
G = 44.83%
B = 48.9%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#148F9C (or 0x148F9C) is known color: Java. HEX triplet: 14, 8F and 9C. RGB value is (20,143,156). Sum of RGB (Red+Green+Blue) = 20+143+156=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #148F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148F9C is #EB7063. Grayscale: #6B6B6B. Windows color (decimal): -15429732 or 10260244. OLE color: 10260244.

HSL color Cylindrical-coordinate representation of color #148F9C: hue angle of 185.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148F9C is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 143 156 -
CMYK 0.87 0.08 0 0.39
HSL 185.74º 0.77% 0.35% -
HSV(B) 185.74º 0.87% 0.61% -
XYZ 16.11 22.19 34.89 -
YUV 107.71 155.25 65.44 -
System Red Green Blue C M Y K H S L
Decimal 20 143 156 0.87 0.08 0 0.39 185.74 0.77 0.35
Hex 14 8F 9C 57 8 0 27 BA 4D 23
Octal 24 217 234 127 10 0 47 272 115 43
Binary 10100 10001111 10011100 1010111 1000 0 100111 10111010 1001101 100011

Color Harmonies of #148F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148F9C

Black with #148F9C

Text Example


Text Example

White with #148F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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