Html Css Color HEX #A2CAC9 Morning Glory

📋 copy color: '#A2CAC9'

red 162 ◦ green 202 ◦ blue 201

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

Shades of Morning Glory #A2CAC9

Tints of Morning Glory #A2CAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.75%

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 28.67%
G = 35.75%
B = 35.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#A2CAC9 (or 0xA2CAC9) is known color: Morning Glory. HEX triplet: A2, CA and C9. RGB value is (162,202,201). Sum of RGB (Red+Green+Blue) = 162+202+201=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CAC9 is #5D3536. Grayscale: #BDBDBD. Windows color (decimal): -6108471 or 13224610. OLE color: 13224610.

HSL color Cylindrical-coordinate representation of color #A2CAC9: hue angle of 178.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CAC9 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 202 201 -
CMYK 0.20 0 0.00 0.21
HSL 178.5º 0.27% 0.71% -
HSV(B) 178.5º 0.2% 0.79% -
XYZ 46.56 54.14 63.25 -
YUV 189.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 162 202 201 0.20 0 0.00 0.21 178.5 0.27 0.71
Hex A2 CA C9 14 0 0 15 B2 1B 47
Octal 242 312 311 24 0 0 25 262 33 107
Binary 10100010 11001010 11001001 10100 0 0 10101 10110010 11011 1000111

Color Harmonies of #A2CAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CAC9

Black with #A2CAC9

Text Example


Text Example

White with #A2CAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CAC9; }

 p { color: rgb(162,202,201); }

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

background-color css

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

 a { background-color: rgb(162,202,201); }

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

border-color css

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

 span { border-color: rgb(162,202,201); }

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