Html Css Color HEX #1AA095 Java

📋 copy color: '#1AA095'

red 26 ◦ green 160 ◦ blue 149

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

Shades of Java #1AA095

Tints of Java #1AA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.76%

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

R = 7.76%
G = 47.76%
B = 44.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#1AA095 (or 0x1AA095) is known color: Java. HEX triplet: 1A, A0 and 95. RGB value is (26,160,149). Sum of RGB (Red+Green+Blue) = 26+160+149=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA095 is #E55F6A. Grayscale: #767676. Windows color (decimal): -15032171 or 9805850. OLE color: 9805850.

HSL color Cylindrical-coordinate representation of color #1AA095: hue angle of 175.07º degrees, saturation: 0.72, 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 #1AA095 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 26 160 149 -
CMYK 0.84 0 0.07 0.37
HSL 175.07º 0.72% 0.36% -
HSV(B) 175.07º 0.84% 0.63% -
XYZ 18.42 27.53 32.78 -
YUV 118.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 26 160 149 0.84 0 0.07 0.37 175.07 0.72 0.36
Hex 1A A0 95 54 0 7 25 AF 48 24
Octal 32 240 225 124 0 7 45 257 110 44
Binary 11010 10100000 10010101 1010100 0 111 100101 10101111 1001000 100100

Color Harmonies of #1AA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA095

Black with #1AA095

Text Example


Text Example

White with #1AA095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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