Html Css Color HEX #A2DDA6 Celadon

📋 copy color: '#A2DDA6'

red 162 ◦ green 221 ◦ blue 166

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

Shades of Celadon #A2DDA6

Tints of Celadon #A2DDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.26%

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

R = 29.51%
G = 40.26%
B = 30.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#A2DDA6 (or 0xA2DDA6) is known color: Celadon. HEX triplet: A2, DD and A6. RGB value is (162,221,166). Sum of RGB (Red+Green+Blue) = 162+221+166=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DDA6 is #5D2259. Grayscale: #C5C5C5. Windows color (decimal): -6103642 or 10935714. OLE color: 10935714.

HSL color Cylindrical-coordinate representation of color #A2DDA6: hue angle of 124.07º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DDA6 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 166 -
CMYK 0.27 0 0.25 0.13
HSL 124.07º 0.46% 0.75% -
HSV(B) 124.07º 0.27% 0.87% -
XYZ 47.64 62.15 45.56 -
YUV 197.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 162 221 166 0.27 0 0.25 0.13 124.07 0.46 0.75
Hex A2 DD A6 1B 0 19 D 7C 2E 4B
Octal 242 335 246 33 0 31 15 174 56 113
Binary 10100010 11011101 10100110 11011 0 11001 1101 1111100 101110 1001011

Color Harmonies of #A2DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DDA6

Black with #A2DDA6

Text Example


Text Example

White with #A2DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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