Html Css Color HEX #A2DEDD Charlotte

📋 copy color: '#A2DEDD'

red 162 ◦ green 222 ◦ blue 221

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

Shades of Charlotte #A2DEDD

Tints of Charlotte #A2DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 26.78%
G = 36.69%
B = 36.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#A2DEDD (or 0xA2DEDD) is known color: Charlotte. HEX triplet: A2, DE and DD. RGB value is (162,222,221). Sum of RGB (Red+Green+Blue) = 162+222+221=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEDD is #5D2122. Grayscale: #CBCBCB. Windows color (decimal): -6103331 or 14540450. OLE color: 14540450.

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

Color convert

RGB 162 222 221 -
CMYK 0.27 0 0.00 0.13
HSL 179º 0.48% 0.75% -
HSV(B) 179º 0.27% 0.87% -
XYZ 54.07 65.14 78.13 -
YUV 203.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 162 222 221 0.27 0 0.00 0.13 179 0.48 0.75
Hex A2 DE DD 1B 0 0 D B3 30 4B
Octal 242 336 335 33 0 0 15 263 60 113
Binary 10100010 11011110 11011101 11011 0 0 1101 10110011 110000 1001011

Color Harmonies of #A2DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DEDD

Black with #A2DEDD

Text Example


Text Example

White with #A2DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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