Html Css Color HEX #199893 Java

📋 copy color: '#199893'

red 25 ◦ green 152 ◦ blue 147

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

Shades of Java #199893

Tints of Java #199893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 7.72%
G = 46.91%
B = 45.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#199893 (or 0x199893) is known color: Java. HEX triplet: 19, 98 and 93. RGB value is (25,152,147). Sum of RGB (Red+Green+Blue) = 25+152+147=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #199893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199893 is #E6676C. Grayscale: #717171. Windows color (decimal): -15099757 or 9672729. OLE color: 9672729.

HSL color Cylindrical-coordinate representation of color #199893: hue angle of 177.64º 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 #199893 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 152 147 -
CMYK 0.84 0 0.03 0.40
HSL 177.64º 0.72% 0.35% -
HSV(B) 177.64º 0.84% 0.6% -
XYZ 16.9 24.77 31.49 -
YUV 113.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 25 152 147 0.84 0 0.03 0.40 177.64 0.72 0.35
Hex 19 98 93 54 0 3 28 B2 48 23
Octal 31 230 223 124 0 3 50 262 110 43
Binary 11001 10011000 10010011 1010100 0 11 101000 10110010 1001000 100011

Color Harmonies of #199893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199893

Black with #199893

Text Example


Text Example

White with #199893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199893; }

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

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

background-color css

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

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

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

border-color css

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

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

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