Html Css Color HEX #19948B Java

📋 copy color: '#19948B'

red 25 ◦ green 148 ◦ blue 139

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

Shades of Java #19948B

Tints of Java #19948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 8.01%
G = 47.44%
B = 44.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#19948B (or 0x19948B) is known color: Java. HEX triplet: 19, 94 and 8B. RGB value is (25,148,139). Sum of RGB (Red+Green+Blue) = 25+148+139=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #19948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19948B is #E66B74. Grayscale: #6E6E6E. Windows color (decimal): -15100789 or 9147417. OLE color: 9147417.

HSL color Cylindrical-coordinate representation of color #19948B: hue angle of 175.61º 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 #19948B is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 139 -
CMYK 0.83 0 0.06 0.42
HSL 175.61º 0.71% 0.34% -
HSV(B) 175.61º 0.83% 0.58% -
XYZ 15.65 23.25 28.09 -
YUV 110.2 144.25 67.23 -
System Red Green Blue C M Y K H S L
Decimal 25 148 139 0.83 0 0.06 0.42 175.61 0.71 0.34
Hex 19 94 8B 53 0 6 2A B0 47 22
Octal 31 224 213 123 0 6 52 260 107 42
Binary 11001 10010100 10001011 1010011 0 110 101010 10110000 1000111 100010

Color Harmonies of #19948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19948B

Black with #19948B

Text Example


Text Example

White with #19948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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