Html Css Color HEX #19988F Java

📋 copy color: '#19988F'

red 25 ◦ green 152 ◦ blue 143

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

Shades of Java #19988F

Tints of Java #19988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

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

R = 7.81%
G = 47.5%
B = 44.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#19988F (or 0x19988F) is known color: Java. HEX triplet: 19, 98 and 8F. RGB value is (25,152,143). Sum of RGB (Red+Green+Blue) = 25+152+143=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #19988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19988F is #E66770. Grayscale: #707070. Windows color (decimal): -15099761 or 9410585. OLE color: 9410585.

HSL color Cylindrical-coordinate representation of color #19988F: hue angle of 175.75º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19988F is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 152 143 -
CMYK 0.84 0 0.06 0.40
HSL 175.75º 0.72% 0.35% -
HSV(B) 175.75º 0.84% 0.6% -
XYZ 16.59 24.65 29.87 -
YUV 113 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 25 152 143 0.84 0 0.06 0.40 175.75 0.72 0.35
Hex 19 98 8F 54 0 6 28 B0 48 23
Octal 31 230 217 124 0 6 50 260 110 43
Binary 11001 10011000 10001111 1010100 0 110 101000 10110000 1001000 100011

Color Harmonies of #19988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19988F

Black with #19988F

Text Example


Text Example

White with #19988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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