Html Css Color HEX #A6DCAC Celadon

📋 copy color: '#A6DCAC'

red 166 ◦ green 220 ◦ blue 172

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

Shades of Celadon #A6DCAC

Tints of Celadon #A6DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

 BLUE value IS 172 (67.58% from 255) = 30.82%

R = 29.75%
G = 39.43%
B = 30.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A6DCAC (or 0xA6DCAC) is known color: Celadon. HEX triplet: A6, DC and AC. RGB value is (166,220,172). Sum of RGB (Red+Green+Blue) = 166+220+172=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCAC is #592353. Grayscale: #C6C6C6. Windows color (decimal): -5841748 or 11328678. OLE color: 11328678.

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

Color convert

RGB 166 220 172 -
CMYK 0.25 0 0.22 0.14
HSL 126.67º 0.44% 0.76% -
HSV(B) 126.67º 0.25% 0.86% -
XYZ 48.77 62.27 48.48 -
YUV 198.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 166 220 172 0.25 0 0.22 0.14 126.67 0.44 0.76
Hex A6 DC AC 19 0 16 E 7F 2C 4C
Octal 246 334 254 31 0 26 16 177 54 114
Binary 10100110 11011100 10101100 11001 0 10110 1110 1111111 101100 1001100

Color Harmonies of #A6DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCAC

Black with #A6DCAC

Text Example


Text Example

White with #A6DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCAC; }

 p { color: rgb(166,220,172); }

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

background-color css

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

 a { background-color: rgb(166,220,172); }

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

border-color css

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

 span { border-color: rgb(166,220,172); }

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