Html Css Color HEX #1A9595 Java

📋 copy color: '#1A9595'

red 26 ◦ green 149 ◦ blue 149

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

Shades of Java #1A9595

Tints of Java #1A9595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

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

R = 8.02%
G = 45.99%
B = 45.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1A9595 (or 0x1A9595) is known color: Java. HEX triplet: 1A, 95 and 95. RGB value is (26,149,149). Sum of RGB (Red+Green+Blue) = 26+149+149=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #1A9595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9595 is #E56A6A. Grayscale: #707070. Windows color (decimal): -15034987 or 9803034. OLE color: 9803034.

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

Color convert

RGB 26 149 149 -
CMYK 0.83 0 0 0.42
HSL 180º 0.7% 0.34% -
HSV(B) 180º 0.83% 0.58% -
XYZ 16.6 23.88 32.17 -
YUV 112.22 148.75 66.5 -
System Red Green Blue C M Y K H S L
Decimal 26 149 149 0.83 0 0 0.42 180 0.7 0.34
Hex 1A 95 95 53 0 0 2A B4 46 22
Octal 32 225 225 123 0 0 52 264 106 42
Binary 11010 10010101 10010101 1010011 0 0 101010 10110100 1000110 100010

Color Harmonies of #1A9595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9595

Black with #1A9595

Text Example


Text Example

White with #1A9595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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