Html Css Color HEX #ACD6D8 Morning Glory

📋 copy color: '#ACD6D8'

red 172 ◦ green 214 ◦ blue 216

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

Shades of Morning Glory #ACD6D8

Tints of Morning Glory #ACD6D8

RGB

 RED value IS 172 (67.58% from 255) = 28.57%

 GREEN value IS 214 (83.98% from 255) = 35.55%

 BLUE value IS 216 (84.77% from 255) = 35.88%

R = 28.57%
G = 35.55%
B = 35.88%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACD6D8 (or 0xACD6D8) is known color: Morning Glory. HEX triplet: AC, D6 and D8. RGB value is (172,214,216). Sum of RGB (Red+Green+Blue) = 172+214+216=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACD6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6D8 is #532927. Grayscale: #C9C9C9. Windows color (decimal): -5450024 or 14210732. OLE color: 14210732.

HSL color Cylindrical-coordinate representation of color #ACD6D8: hue angle of 182.73º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6D8 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 214 216 -
CMYK 0.20 0.01 0 0.15
HSL 182.73º 0.36% 0.76% -
HSV(B) 182.73º 0.2% 0.85% -
XYZ 53.45 61.82 74.08 -
YUV 201.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 172 214 216 0.20 0.01 0 0.15 182.73 0.36 0.76
Hex AC D6 D8 14 1 0 F B7 24 4C
Octal 254 326 330 24 1 0 17 267 44 114
Binary 10101100 11010110 11011000 10100 1 0 1111 10110111 100100 1001100

Color Harmonies of #ACD6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6D8

Black with #ACD6D8

Text Example


Text Example

White with #ACD6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6D8; }

 p { color: rgb(172,214,216); }

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

background-color css

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

 a { background-color: rgb(172,214,216); }

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

border-color css

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

 span { border-color: rgb(172,214,216); }

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