Html Css Color HEX #1AAA6B Jade

📋 copy color: '#1AAA6B'

red 26 ◦ green 170 ◦ blue 107

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

Shades of Jade #1AAA6B

Tints of Jade #1AAA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.11%

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 8.58%
G = 56.11%
B = 35.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#1AAA6B (or 0x1AAA6B) is known color: Jade. HEX triplet: 1A, AA and 6B. RGB value is (26,170,107). Sum of RGB (Red+Green+Blue) = 26+170+107=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA6B is #E55594. Grayscale: #777777. Windows color (decimal): -15029653 or 7055898. OLE color: 7055898.

HSL color Cylindrical-coordinate representation of color #1AAA6B: hue angle of 153.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA6B is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 107 -
CMYK 0.85 0 0.37 0.33
HSL 153.75º 0.73% 0.38% -
HSV(B) 153.75º 0.85% 0.67% -
XYZ 17.45 30.03 18.79 -
YUV 119.76 120.79 61.12 -
System Red Green Blue C M Y K H S L
Decimal 26 170 107 0.85 0 0.37 0.33 153.75 0.73 0.38
Hex 1A AA 6B 55 0 25 21 9A 49 26
Octal 32 252 153 125 0 45 41 232 111 46
Binary 11010 10101010 1101011 1010101 0 100101 100001 10011010 1001001 100110

Color Harmonies of #1AAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA6B

Black with #1AAA6B

Text Example


Text Example

White with #1AAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,170,107); }

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

background-color css

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

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

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

border-color css

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

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

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