Html Css Color HEX #A2DFAC Celadon

📋 copy color: '#A2DFAC'

red 162 ◦ green 223 ◦ blue 172

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

Shades of Celadon #A2DFAC

Tints of Celadon #A2DFAC

RGB

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

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

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

R = 29.08%
G = 40.04%
B = 30.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#A2DFAC (or 0xA2DFAC) is known color: Celadon. HEX triplet: A2, DF and AC. RGB value is (162,223,172). Sum of RGB (Red+Green+Blue) = 162+223+172=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DFAC is #5D2053. Grayscale: #C7C7C7. Windows color (decimal): -6103124 or 11329442. OLE color: 11329442.

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

Color convert

RGB 162 223 172 -
CMYK 0.27 0 0.23 0.13
HSL 129.84º 0.49% 0.75% -
HSV(B) 129.84º 0.27% 0.87% -
XYZ 48.73 63.44 48.71 -
YUV 198.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 162 223 172 0.27 0 0.23 0.13 129.84 0.49 0.75
Hex A2 DF AC 1B 0 17 D 82 31 4B
Octal 242 337 254 33 0 27 15 202 61 113
Binary 10100010 11011111 10101100 11011 0 10111 1101 10000010 110001 1001011

Color Harmonies of #A2DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DFAC

Black with #A2DFAC

Text Example


Text Example

White with #A2DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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