Html Css Color HEX #199CA1 Java

📋 copy color: '#199CA1'

red 25 ◦ green 156 ◦ blue 161

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

Shades of Java #199CA1

Tints of Java #199CA1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.61%

 BLUE value IS 161 (63.28% from 255) = 47.08%

R = 7.31%
G = 45.61%
B = 47.08%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#199CA1 (or 0x199CA1) is known color: Java. HEX triplet: 19, 9C and A1. RGB value is (25,156,161). Sum of RGB (Red+Green+Blue) = 25+156+161=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #199CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199CA1 is #E6635E. Grayscale: #757575. Windows color (decimal): -15098719 or 10591257. OLE color: 10591257.

HSL color Cylindrical-coordinate representation of color #199CA1: hue angle of 182.21º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199CA1 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 156 161 -
CMYK 0.84 0.03 0 0.37
HSL 182.21º 0.73% 0.36% -
HSV(B) 182.21º 0.84% 0.63% -
XYZ 18.72 26.56 37.86 -
YUV 117.4 152.6 62.09 -
System Red Green Blue C M Y K H S L
Decimal 25 156 161 0.84 0.03 0 0.37 182.21 0.73 0.36
Hex 19 9C A1 54 3 0 25 B6 49 24
Octal 31 234 241 124 3 0 45 266 111 44
Binary 11001 10011100 10100001 1010100 11 0 100101 10110110 1001001 100100

Color Harmonies of #199CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CA1

Black with #199CA1

Text Example


Text Example

White with #199CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199CA1; }

 p { color: rgb(25,156,161); }

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

background-color css

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

 a { background-color: rgb(25,156,161); }

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

border-color css

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

 span { border-color: rgb(25,156,161); }

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