Html Css Color HEX #19948F Java

📋 copy color: '#19948F'

red 25 ◦ green 148 ◦ blue 143

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

Shades of Java #19948F

Tints of Java #19948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.25%

R = 7.91%
G = 46.84%
B = 45.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#19948F (or 0x19948F) is known color: Java. HEX triplet: 19, 94 and 8F. RGB value is (25,148,143). Sum of RGB (Red+Green+Blue) = 25+148+143=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #19948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19948F is #E66B70. Grayscale: #6E6E6E. Windows color (decimal): -15100785 or 9409561. OLE color: 9409561.

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

Color convert

RGB 25 148 143 -
CMYK 0.83 0 0.03 0.42
HSL 177.56º 0.71% 0.34% -
HSV(B) 177.56º 0.83% 0.58% -
XYZ 15.95 23.37 29.66 -
YUV 110.65 146.25 66.91 -
System Red Green Blue C M Y K H S L
Decimal 25 148 143 0.83 0 0.03 0.42 177.56 0.71 0.34
Hex 19 94 8F 53 0 3 2A B2 47 22
Octal 31 224 217 123 0 3 52 262 107 42
Binary 11001 10010100 10001111 1010011 0 11 101010 10110010 1000111 100010

Color Harmonies of #19948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19948F

Black with #19948F

Text Example


Text Example

White with #19948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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