Html Css Color HEX #A2DCA6 Celadon

📋 copy color: '#A2DCA6'

red 162 ◦ green 220 ◦ blue 166

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

Shades of Celadon #A2DCA6

Tints of Celadon #A2DCA6

RGB

 RED value IS 162 (63.67% from 255) = 29.56%

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

 BLUE value IS 166 (65.23% from 255) = 30.29%

R = 29.56%
G = 40.15%
B = 30.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#A2DCA6 (or 0xA2DCA6) is known color: Celadon. HEX triplet: A2, DC and A6. RGB value is (162,220,166). Sum of RGB (Red+Green+Blue) = 162+220+166=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DCA6 is #5D2359. Grayscale: #C4C4C4. Windows color (decimal): -6103898 or 10935458. OLE color: 10935458.

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

Color convert

RGB 162 220 166 -
CMYK 0.26 0 0.25 0.14
HSL 124.14º 0.45% 0.75% -
HSV(B) 124.14º 0.26% 0.86% -
XYZ 47.38 61.62 45.47 -
YUV 196.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 162 220 166 0.26 0 0.25 0.14 124.14 0.45 0.75
Hex A2 DC A6 1A 0 19 E 7C 2D 4B
Octal 242 334 246 32 0 31 16 174 55 113
Binary 10100010 11011100 10100110 11010 0 11001 1110 1111100 101101 1001011

Color Harmonies of #A2DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DCA6

Black with #A2DCA6

Text Example


Text Example

White with #A2DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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