Html Css Color HEX #19938F Java

📋 copy color: '#19938F'

red 25 ◦ green 147 ◦ blue 143

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

Shades of Java #19938F

Tints of Java #19938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

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

R = 7.94%
G = 46.67%
B = 45.4%

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

#19938F (or 0x19938F) is known color: Java. HEX triplet: 19, 93 and 8F. RGB value is (25,147,143). Sum of RGB (Red+Green+Blue) = 25+147+143=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #19938F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19938F is #E66C70. Grayscale: #6D6D6D. Windows color (decimal): -15101041 or 9409305. OLE color: 9409305.

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

Color convert

RGB 25 147 143 -
CMYK 0.83 0 0.03 0.42
HSL 178.03º 0.71% 0.34% -
HSV(B) 178.03º 0.83% 0.58% -
XYZ 15.79 23.06 29.6 -
YUV 110.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 25 147 143 0.83 0 0.03 0.42 178.03 0.71 0.34
Hex 19 93 8F 53 0 3 2A B2 47 22
Octal 31 223 217 123 0 3 52 262 107 42
Binary 11001 10010011 10001111 1010011 0 11 101010 10110010 1000111 100010

Color Harmonies of #19938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19938F

Black with #19938F

Text Example


Text Example

White with #19938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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