Html Css Color HEX #1AA699 Java

📋 copy color: '#1AA699'

red 26 ◦ green 166 ◦ blue 153

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

Shades of Java #1AA699

Tints of Java #1AA699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.12%

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 7.54%
G = 48.12%
B = 44.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#1AA699 (or 0x1AA699) is known color: Java. HEX triplet: 1A, A6 and 99. RGB value is (26,166,153). Sum of RGB (Red+Green+Blue) = 26+166+153=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA699 is #E55966. Grayscale: #7A7A7A. Windows color (decimal): -15030631 or 10069530. OLE color: 10069530.

HSL color Cylindrical-coordinate representation of color #1AA699: hue angle of 174.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA699 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 166 153 -
CMYK 0.84 0 0.08 0.35
HSL 174.43º 0.73% 0.38% -
HSV(B) 174.43º 0.84% 0.65% -
XYZ 19.81 29.79 34.84 -
YUV 122.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 26 166 153 0.84 0 0.08 0.35 174.43 0.73 0.38
Hex 1A A6 99 54 0 8 23 AE 49 26
Octal 32 246 231 124 0 10 43 256 111 46
Binary 11010 10100110 10011001 1010100 0 1000 100011 10101110 1001001 100110

Color Harmonies of #1AA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA699

Black with #1AA699

Text Example


Text Example

White with #1AA699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,153); }

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

background-color css

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

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

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

border-color css

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

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

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