Html Css Color HEX #ADD0AF Zanah

📋 copy color: '#ADD0AF'

red 173 ◦ green 208 ◦ blue 175

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

Shades of Zanah #ADD0AF

Tints of Zanah #ADD0AF

RGB

 RED value IS 173 (67.97% from 255) = 31.12%

 GREEN value IS 208 (81.64% from 255) = 37.41%

 BLUE value IS 175 (68.75% from 255) = 31.47%

R = 31.12%
G = 37.41%
B = 31.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#ADD0AF (or 0xADD0AF) is known color: Zanah. HEX triplet: AD, D0 and AF. RGB value is (173,208,175). Sum of RGB (Red+Green+Blue) = 173+208+175=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0AF is #522F50. Grayscale: #C1C1C1. Windows color (decimal): -5386065 or 11522221. OLE color: 11522221.

HSL color Cylindrical-coordinate representation of color #ADD0AF: hue angle of 123.43º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0AF is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 175 -
CMYK 0.17 0 0.16 0.18
HSL 123.43º 0.27% 0.75% -
HSV(B) 123.43º 0.17% 0.82% -
XYZ 47.53 57.09 49.07 -
YUV 193.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 173 208 175 0.17 0 0.16 0.18 123.43 0.27 0.75
Hex AD D0 AF 11 0 10 12 7B 1B 4B
Octal 255 320 257 21 0 20 22 173 33 113
Binary 10101101 11010000 10101111 10001 0 10000 10010 1111011 11011 1001011

Color Harmonies of #ADD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0AF

Black with #ADD0AF

Text Example


Text Example

White with #ADD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0AF; }

 p { color: rgb(173,208,175); }

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

background-color css

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

 a { background-color: rgb(173,208,175); }

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

border-color css

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

 span { border-color: rgb(173,208,175); }

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