Html Css Color HEX #A2DFCB Scandal

📋 copy color: '#A2DFCB'

red 162 ◦ green 223 ◦ blue 203

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

Shades of Scandal #A2DFCB

Tints of Scandal #A2DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 27.55%
G = 37.93%
B = 34.52%

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

#A2DFCB (or 0xA2DFCB) is known color: Scandal. HEX triplet: A2, DF and CB. RGB value is (162,223,203). Sum of RGB (Red+Green+Blue) = 162+223+203=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFCB is #5D2034. Grayscale: #CACACA. Windows color (decimal): -6103093 or 13361058. OLE color: 13361058.

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

Color convert

RGB 162 223 203 -
CMYK 0.27 0 0.09 0.13
HSL 160.33º 0.49% 0.75% -
HSV(B) 160.33º 0.27% 0.87% -
XYZ 52.07 64.77 66.26 -
YUV 202.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 162 223 203 0.27 0 0.09 0.13 160.33 0.49 0.75
Hex A2 DF CB 1B 0 9 D A0 31 4B
Octal 242 337 313 33 0 11 15 240 61 113
Binary 10100010 11011111 11001011 11011 0 1001 1101 10100000 110001 1001011

Color Harmonies of #A2DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DFCB

Black with #A2DFCB

Text Example


Text Example

White with #A2DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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