Html Css Color HEX #A2DEC9 Scandal

📋 copy color: '#A2DEC9'

red 162 ◦ green 222 ◦ blue 201

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

Shades of Scandal #A2DEC9

Tints of Scandal #A2DEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.36%

R = 27.69%
G = 37.95%
B = 34.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A2DEC9 (or 0xA2DEC9) is known color: Scandal. HEX triplet: A2, DE and C9. RGB value is (162,222,201). Sum of RGB (Red+Green+Blue) = 162+222+201=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEC9 is #5D2136. Grayscale: #C9C9C9. Windows color (decimal): -6103351 or 13229730. OLE color: 13229730.

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

Color convert

RGB 162 222 201 -
CMYK 0.27 0 0.09 0.13
HSL 159º 0.48% 0.75% -
HSV(B) 159º 0.27% 0.87% -
XYZ 51.56 64.14 64.92 -
YUV 201.67 127.62 99.71 -
System Red Green Blue C M Y K H S L
Decimal 162 222 201 0.27 0 0.09 0.13 159 0.48 0.75
Hex A2 DE C9 1B 0 9 D 9F 30 4B
Octal 242 336 311 33 0 11 15 237 60 113
Binary 10100010 11011110 11001001 11011 0 1001 1101 10011111 110000 1001011

Color Harmonies of #A2DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DEC9

Black with #A2DEC9

Text Example


Text Example

White with #A2DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DEC9; }

 p { color: rgb(162,222,201); }

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

background-color css

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

 a { background-color: rgb(162,222,201); }

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

border-color css

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

 span { border-color: rgb(162,222,201); }

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