Html Css Color HEX #A6DDAD Celadon

📋 copy color: '#A6DDAD'

red 166 ◦ green 221 ◦ blue 173

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

Shades of Celadon #A6DDAD

Tints of Celadon #A6DDAD

RGB

 RED value IS 166 (65.23% from 255) = 29.64%

 GREEN value IS 221 (86.72% from 255) = 39.46%

 BLUE value IS 173 (67.97% from 255) = 30.89%

R = 29.64%
G = 39.46%
B = 30.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#A6DDAD (or 0xA6DDAD) is known color: Celadon. HEX triplet: A6, DD and AD. RGB value is (166,221,173). Sum of RGB (Red+Green+Blue) = 166+221+173=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DDAD is #592252. Grayscale: #C7C7C7. Windows color (decimal): -5841491 or 11394470. OLE color: 11394470.

HSL color Cylindrical-coordinate representation of color #A6DDAD: hue angle of 127.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDAD is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 173 -
CMYK 0.25 0 0.22 0.13
HSL 127.64º 0.45% 0.76% -
HSV(B) 127.64º 0.25% 0.87% -
XYZ 49.13 62.84 49.07 -
YUV 199.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 166 221 173 0.25 0 0.22 0.13 127.64 0.45 0.76
Hex A6 DD AD 19 0 16 D 80 2D 4C
Octal 246 335 255 31 0 26 15 200 55 114
Binary 10100110 11011101 10101101 11001 0 10110 1101 10000000 101101 1001100

Color Harmonies of #A6DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDAD

Black with #A6DDAD

Text Example


Text Example

White with #A6DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDAD; }

 p { color: rgb(166,221,173); }

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

background-color css

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

 a { background-color: rgb(166,221,173); }

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

border-color css

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

 span { border-color: rgb(166,221,173); }

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