Html Css Color HEX #A6DFAA Celadon

📋 copy color: '#A6DFAA'

red 166 ◦ green 223 ◦ blue 170

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

Shades of Celadon #A6DFAA

Tints of Celadon #A6DFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 170 (66.8% from 255) = 30.41%

R = 29.7%
G = 39.89%
B = 30.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#A6DFAA (or 0xA6DFAA) is known color: Celadon. HEX triplet: A6, DF and AA. RGB value is (166,223,170). Sum of RGB (Red+Green+Blue) = 166+223+170=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DFAA is #592055. Grayscale: #C8C8C8. Windows color (decimal): -5840982 or 11198374. OLE color: 11198374.

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

Color convert

RGB 166 223 170 -
CMYK 0.26 0 0.24 0.13
HSL 124.21º 0.47% 0.76% -
HSV(B) 124.21º 0.26% 0.87% -
XYZ 49.37 63.78 47.74 -
YUV 199.92 111.12 103.81 -
System Red Green Blue C M Y K H S L
Decimal 166 223 170 0.26 0 0.24 0.13 124.21 0.47 0.76
Hex A6 DF AA 1A 0 18 D 7C 2F 4C
Octal 246 337 252 32 0 30 15 174 57 114
Binary 10100110 11011111 10101010 11010 0 11000 1101 1111100 101111 1001100

Color Harmonies of #A6DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFAA

Black with #A6DFAA

Text Example


Text Example

White with #A6DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFAA; }

 p { color: rgb(166,223,170); }

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

background-color css

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

 a { background-color: rgb(166,223,170); }

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

border-color css

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

 span { border-color: rgb(166,223,170); }

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