Html Css Color HEX #A0DFDD Morning Glory

📋 copy color: '#A0DFDD'

red 160 ◦ green 223 ◦ blue 221

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

Shades of Morning Glory #A0DFDD

Tints of Morning Glory #A0DFDD

RGB

 RED value IS 160 (62.89% from 255) = 26.49%

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

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

R = 26.49%
G = 36.92%
B = 36.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A0DFDD (or 0xA0DFDD) is known color: Morning Glory. HEX triplet: A0, DF and DD. RGB value is (160,223,221). Sum of RGB (Red+Green+Blue) = 160+223+221=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFDD is #5F2022. Grayscale: #CBCBCB. Windows color (decimal): -6234147 or 14540704. OLE color: 14540704.

HSL color Cylindrical-coordinate representation of color #A0DFDD: hue angle of 178.1º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFDD is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 221 -
CMYK 0.28 0 0.01 0.13
HSL 178.1º 0.5% 0.75% -
HSV(B) 178.1º 0.28% 0.87% -
XYZ 53.94 65.47 78.2 -
YUV 203.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 160 223 221 0.28 0 0.01 0.13 178.1 0.5 0.75
Hex A0 DF DD 1C 0 1 D B2 32 4B
Octal 240 337 335 34 0 1 15 262 62 113
Binary 10100000 11011111 11011101 11100 0 1 1101 10110010 110010 1001011

Color Harmonies of #A0DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DFDD

Black with #A0DFDD

Text Example


Text Example

White with #A0DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DFDD; }

 p { color: rgb(160,223,221); }

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

background-color css

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

 a { background-color: rgb(160,223,221); }

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

border-color css

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

 span { border-color: rgb(160,223,221); }

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