Html Css Color HEX #1AA696 Java

📋 copy color: '#1AA696'

red 26 ◦ green 166 ◦ blue 150

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

Shades of Java #1AA696

Tints of Java #1AA696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 7.6%
G = 48.54%
B = 43.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#1AA696 (or 0x1AA696) is known color: Java. HEX triplet: 1A, A6 and 96. RGB value is (26,166,150). Sum of RGB (Red+Green+Blue) = 26+166+150=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA696 is #E55969. Grayscale: #7A7A7A. Windows color (decimal): -15030634 or 9872922. OLE color: 9872922.

HSL color Cylindrical-coordinate representation of color #1AA696: hue angle of 173.14º 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 #1AA696 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 166 150 -
CMYK 0.84 0 0.10 0.35
HSL 173.14º 0.73% 0.38% -
HSV(B) 173.14º 0.84% 0.65% -
XYZ 19.57 29.69 33.55 -
YUV 122.32 143.62 59.3 -
System Red Green Blue C M Y K H S L
Decimal 26 166 150 0.84 0 0.10 0.35 173.14 0.73 0.38
Hex 1A A6 96 54 0 A 23 AD 49 26
Octal 32 246 226 124 0 12 43 255 111 46
Binary 11010 10100110 10010110 1010100 0 1010 100011 10101101 1001001 100110

Color Harmonies of #1AA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA696

Black with #1AA696

Text Example


Text Example

White with #1AA696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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