Html Css Color HEX #19948A Java

📋 copy color: '#19948A'

red 25 ◦ green 148 ◦ blue 138

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

Shades of Java #19948A

Tints of Java #19948A

RGB

 RED value IS 25 (10.16% from 255) = 8.04%

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

 BLUE value IS 138 (54.3% from 255) = 44.37%

R = 8.04%
G = 47.59%
B = 44.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#19948A (or 0x19948A) is known color: Java. HEX triplet: 19, 94 and 8A. RGB value is (25,148,138). Sum of RGB (Red+Green+Blue) = 25+148+138=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #19948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19948A is #E66B75. Grayscale: #6E6E6E. Windows color (decimal): -15100790 or 9081881. OLE color: 9081881.

HSL color Cylindrical-coordinate representation of color #19948A: hue angle of 175.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19948A is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 138 -
CMYK 0.83 0 0.07 0.42
HSL 175.12º 0.71% 0.34% -
HSV(B) 175.12º 0.83% 0.58% -
XYZ 15.58 23.22 27.71 -
YUV 110.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 25 148 138 0.83 0 0.07 0.42 175.12 0.71 0.34
Hex 19 94 8A 53 0 7 2A AF 47 22
Octal 31 224 212 123 0 7 52 257 107 42
Binary 11001 10010100 10001010 1010011 0 111 101010 10101111 1000111 100010

Color Harmonies of #19948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19948A

Black with #19948A

Text Example


Text Example

White with #19948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19948A; }

 p { color: rgb(25,148,138); }

 H1.HeaderClassName
 {
   color: #19948A;
 }
 .AnyTagClassName
 {
   color: #19948A;
 }
</style>

background-color css

<style>
 a { background-color: #19948A; }

 a { background-color: rgb(25,148,138); }

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

border-color css

<style>
 span { border-color: #19948A; }

 span { border-color: rgb(25,148,138); }

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