Html Css Color HEX #A2DEC8 Scandal

📋 copy color: '#A2DEC8'

red 162 ◦ green 222 ◦ blue 200

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

Shades of Scandal #A2DEC8

Tints of Scandal #A2DEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 27.74%
G = 38.01%
B = 34.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#A2DEC8 (or 0xA2DEC8) is known color: Scandal. HEX triplet: A2, DE and C8. RGB value is (162,222,200). Sum of RGB (Red+Green+Blue) = 162+222+200=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEC8 is #5D2137. Grayscale: #C9C9C9. Windows color (decimal): -6103352 or 13164194. OLE color: 13164194.

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

Color convert

RGB 162 222 200 -
CMYK 0.27 0 0.10 0.13
HSL 158º 0.48% 0.75% -
HSV(B) 158º 0.27% 0.87% -
XYZ 51.45 64.09 64.3 -
YUV 201.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 162 222 200 0.27 0 0.10 0.13 158 0.48 0.75
Hex A2 DE C8 1B 0 A D 9E 30 4B
Octal 242 336 310 33 0 12 15 236 60 113
Binary 10100010 11011110 11001000 11011 0 1010 1101 10011110 110000 1001011

Color Harmonies of #A2DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DEC8

Black with #A2DEC8

Text Example


Text Example

White with #A2DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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