Html Css Color HEX #A6DEAC Celadon

📋 copy color: '#A6DEAC'

red 166 ◦ green 222 ◦ blue 172

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

Shades of Celadon #A6DEAC

Tints of Celadon #A6DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

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

R = 29.64%
G = 39.64%
B = 30.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#A6DEAC (or 0xA6DEAC) is known color: Celadon. HEX triplet: A6, DE and AC. RGB value is (166,222,172). Sum of RGB (Red+Green+Blue) = 166+222+172=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DEAC is #592153. Grayscale: #C7C7C7. Windows color (decimal): -5841236 or 11329190. OLE color: 11329190.

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

Color convert

RGB 166 222 172 -
CMYK 0.25 0 0.23 0.13
HSL 126.43º 0.46% 0.76% -
HSV(B) 126.43º 0.25% 0.87% -
XYZ 49.29 63.33 48.66 -
YUV 199.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 166 222 172 0.25 0 0.23 0.13 126.43 0.46 0.76
Hex A6 DE AC 19 0 17 D 7E 2E 4C
Octal 246 336 254 31 0 27 15 176 56 114
Binary 10100110 11011110 10101100 11001 0 10111 1101 1111110 101110 1001100

Color Harmonies of #A6DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DEAC

Black with #A6DEAC

Text Example


Text Example

White with #A6DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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