Html Css Color HEX #A6DDAF Celadon

📋 copy color: '#A6DDAF'

red 166 ◦ green 221 ◦ blue 175

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

Shades of Celadon #A6DDAF

Tints of Celadon #A6DDAF

RGB

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

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

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

R = 29.54%
G = 39.32%
B = 31.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#A6DDAF (or 0xA6DDAF) is known color: Celadon. HEX triplet: A6, DD and AF. RGB value is (166,221,175). Sum of RGB (Red+Green+Blue) = 166+221+175=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DDAF is #592250. Grayscale: #C7C7C7. Windows color (decimal): -5841489 or 11525542. OLE color: 11525542.

HSL color Cylindrical-coordinate representation of color #A6DDAF: hue angle of 129.82º 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 #A6DDAF is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 175 -
CMYK 0.25 0 0.21 0.13
HSL 129.82º 0.45% 0.76% -
HSV(B) 129.82º 0.25% 0.87% -
XYZ 49.32 62.92 50.1 -
YUV 199.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 166 221 175 0.25 0 0.21 0.13 129.82 0.45 0.76
Hex A6 DD AF 19 0 15 D 82 2D 4C
Octal 246 335 257 31 0 25 15 202 55 114
Binary 10100110 11011101 10101111 11001 0 10101 1101 10000010 101101 1001100

Color Harmonies of #A6DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDAF

Black with #A6DDAF

Text Example


Text Example

White with #A6DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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