Html Css Color HEX #A0CAC8 Morning Glory

📋 copy color: '#A0CAC8'

red 160 ◦ green 202 ◦ blue 200

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

Shades of Morning Glory #A0CAC8

Tints of Morning Glory #A0CAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.59%

R = 28.47%
G = 35.94%
B = 35.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#A0CAC8 (or 0xA0CAC8) is known color: Morning Glory. HEX triplet: A0, CA and C8. RGB value is (160,202,200). Sum of RGB (Red+Green+Blue) = 160+202+200=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAC8 is #5F3537. Grayscale: #BDBDBD. Windows color (decimal): -6239544 or 13159072. OLE color: 13159072.

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

Color convert

RGB 160 202 200 -
CMYK 0.21 0 0.01 0.21
HSL 177.14º 0.28% 0.71% -
HSV(B) 177.14º 0.21% 0.79% -
XYZ 46.04 53.88 62.62 -
YUV 189.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 160 202 200 0.21 0 0.01 0.21 177.14 0.28 0.71
Hex A0 CA C8 15 0 1 15 B1 1C 47
Octal 240 312 310 25 0 1 25 261 34 107
Binary 10100000 11001010 11001000 10101 0 1 10101 10110001 11100 1000111

Color Harmonies of #A0CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CAC8

Black with #A0CAC8

Text Example


Text Example

White with #A0CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CAC8; }

 p { color: rgb(160,202,200); }

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

background-color css

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

 a { background-color: rgb(160,202,200); }

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

border-color css

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

 span { border-color: rgb(160,202,200); }

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