Html Css Color HEX #A0CFCE Morning Glory

📋 copy color: '#A0CFCE'

red 160 ◦ green 207 ◦ blue 206

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

Shades of Morning Glory #A0CFCE

Tints of Morning Glory #A0CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.13%

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 27.92%
G = 36.13%
B = 35.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#A0CFCE (or 0xA0CFCE) is known color: Morning Glory. HEX triplet: A0, CF and CE. RGB value is (160,207,206). Sum of RGB (Red+Green+Blue) = 160+207+206=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFCE is #5F3031. Grayscale: #C0C0C0. Windows color (decimal): -6238258 or 13553568. OLE color: 13553568.

HSL color Cylindrical-coordinate representation of color #A0CFCE: hue angle of 178.72º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFCE is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 206 -
CMYK 0.23 0 0.00 0.19
HSL 178.72º 0.33% 0.72% -
HSV(B) 178.72º 0.23% 0.81% -
XYZ 47.95 56.56 66.78 -
YUV 192.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 160 207 206 0.23 0 0.00 0.19 178.72 0.33 0.72
Hex A0 CF CE 17 0 0 13 B3 21 48
Octal 240 317 316 27 0 0 23 263 41 110
Binary 10100000 11001111 11001110 10111 0 0 10011 10110011 100001 1001000

Color Harmonies of #A0CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFCE

Black with #A0CFCE

Text Example


Text Example

White with #A0CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFCE; }

 p { color: rgb(160,207,206); }

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

background-color css

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

 a { background-color: rgb(160,207,206); }

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

border-color css

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

 span { border-color: rgb(160,207,206); }

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