Html Css Color HEX #10AA6B Jade

📋 copy color: '#10AA6B'

red 16 ◦ green 170 ◦ blue 107

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

Shades of Jade #10AA6B

Tints of Jade #10AA6B

RGB

 RED value IS 16 (6.64% from 255) = 5.46%

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

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

R = 5.46%
G = 58.02%
B = 36.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#10AA6B (or 0x10AA6B) is known color: Jade. HEX triplet: 10, AA and 6B. RGB value is (16,170,107). Sum of RGB (Red+Green+Blue) = 16+170+107=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA6B is #EF5594. Grayscale: #747474. Windows color (decimal): -15685013 or 7055888. OLE color: 7055888.

HSL color Cylindrical-coordinate representation of color #10AA6B: hue angle of 155.45º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA6B is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 107 -
CMYK 0.91 0 0.37 0.33
HSL 155.45º 0.83% 0.36% -
HSV(B) 155.45º 0.91% 0.67% -
XYZ 17.24 29.92 18.78 -
YUV 116.77 122.48 56.12 -
System Red Green Blue C M Y K H S L
Decimal 16 170 107 0.91 0 0.37 0.33 155.45 0.83 0.36
Hex 10 AA 6B 5B 0 25 21 9B 53 24
Octal 20 252 153 133 0 45 41 233 123 44
Binary 10000 10101010 1101011 1011011 0 100101 100001 10011011 1010011 100100

Color Harmonies of #10AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA6B

Black with #10AA6B

Text Example


Text Example

White with #10AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AA6B; }

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

 H1.HeaderClassName
 {
   color: #10AA6B;
 }
 .AnyTagClassName
 {
   color: #10AA6B;
 }
</style>

background-color css

<style>
 a { background-color: #10AA6B; }

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

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

border-color css

<style>
 span { border-color: #10AA6B; }

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

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