Html Css Color HEX #A6DFAC Celadon

📋 copy color: '#A6DFAC'

red 166 ◦ green 223 ◦ blue 172

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

Shades of Celadon #A6DFAC

Tints of Celadon #A6DFAC

RGB

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

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

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

R = 29.59%
G = 39.75%
B = 30.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#A6DFAC (or 0xA6DFAC) is known color: Celadon. HEX triplet: A6, DF and AC. RGB value is (166,223,172). Sum of RGB (Red+Green+Blue) = 166+223+172=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DFAC is #592053. Grayscale: #C8C8C8. Windows color (decimal): -5840980 or 11329446. OLE color: 11329446.

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

Color convert

RGB 166 223 172 -
CMYK 0.26 0 0.23 0.13
HSL 126.32º 0.47% 0.76% -
HSV(B) 126.32º 0.26% 0.87% -
XYZ 49.56 63.86 48.74 -
YUV 200.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 166 223 172 0.26 0 0.23 0.13 126.32 0.47 0.76
Hex A6 DF AC 1A 0 17 D 7E 2F 4C
Octal 246 337 254 32 0 27 15 176 57 114
Binary 10100110 11011111 10101100 11010 0 10111 1101 1111110 101111 1001100

Color Harmonies of #A6DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFAC

Black with #A6DFAC

Text Example


Text Example

White with #A6DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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