Html Css Color HEX #1A9195 Java

📋 copy color: '#1A9195'

red 26 ◦ green 145 ◦ blue 149

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

Shades of Java #1A9195

Tints of Java #1A9195

RGB

 RED value IS 26 (10.55% from 255) = 8.13%

 GREEN value IS 145 (57.03% from 255) = 45.31%

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 8.13%
G = 45.31%
B = 46.56%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1A9195 (or 0x1A9195) is known color: Java. HEX triplet: 1A, 91 and 95. RGB value is (26,145,149). Sum of RGB (Red+Green+Blue) = 26+145+149=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A9195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9195 is #E56E6A. Grayscale: #6D6D6D. Windows color (decimal): -15036011 or 9802010. OLE color: 9802010.

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

Color convert

RGB 26 145 149 -
CMYK 0.83 0.03 0 0.42
HSL 181.95º 0.7% 0.34% -
HSV(B) 181.95º 0.83% 0.58% -
XYZ 15.98 22.64 31.96 -
YUV 109.88 150.08 68.17 -
System Red Green Blue C M Y K H S L
Decimal 26 145 149 0.83 0.03 0 0.42 181.95 0.7 0.34
Hex 1A 91 95 53 3 0 2A B6 46 22
Octal 32 221 225 123 3 0 52 266 106 42
Binary 11010 10010001 10010101 1010011 11 0 101010 10110110 1000110 100010

Color Harmonies of #1A9195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9195

Black with #1A9195

Text Example


Text Example

White with #1A9195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A9195; }

 p { color: rgb(26,145,149); }

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

background-color css

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

 a { background-color: rgb(26,145,149); }

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

border-color css

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

 span { border-color: rgb(26,145,149); }

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