Html Css Color HEX #A2DDC9 Scandal

📋 copy color: '#A2DDC9'

red 162 ◦ green 221 ◦ blue 201

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

Shades of Scandal #A2DDC9

Tints of Scandal #A2DDC9

RGB

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

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

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

R = 27.74%
G = 37.84%
B = 34.42%

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

#A2DDC9 (or 0xA2DDC9) is known color: Scandal. HEX triplet: A2, DD and C9. RGB value is (162,221,201). Sum of RGB (Red+Green+Blue) = 162+221+201=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDC9 is #5D2236. Grayscale: #C9C9C9. Windows color (decimal): -6103607 or 13229474. OLE color: 13229474.

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

Color convert

RGB 162 221 201 -
CMYK 0.27 0 0.09 0.13
HSL 159.66º 0.46% 0.75% -
HSV(B) 159.66º 0.27% 0.87% -
XYZ 51.3 63.61 64.83 -
YUV 201.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 162 221 201 0.27 0 0.09 0.13 159.66 0.46 0.75
Hex A2 DD C9 1B 0 9 D A0 2E 4B
Octal 242 335 311 33 0 11 15 240 56 113
Binary 10100010 11011101 11001001 11011 0 1001 1101 10100000 101110 1001011

Color Harmonies of #A2DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DDC9

Black with #A2DDC9

Text Example


Text Example

White with #A2DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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