Html Css Color HEX #A0CCCB Morning Glory

📋 copy color: '#A0CCCB'

red 160 ◦ green 204 ◦ blue 203

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

Shades of Morning Glory #A0CCCB

Tints of Morning Glory #A0CCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 28.22%
G = 35.98%
B = 35.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#A0CCCB (or 0xA0CCCB) is known color: Morning Glory. HEX triplet: A0, CC and CB. RGB value is (160,204,203). Sum of RGB (Red+Green+Blue) = 160+204+203=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCCB is #5F3334. Grayscale: #BEBEBE. Windows color (decimal): -6239029 or 13356192. OLE color: 13356192.

HSL color Cylindrical-coordinate representation of color #A0CCCB: hue angle of 178.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCCB is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 203 -
CMYK 0.22 0 0.00 0.2
HSL 178.64º 0.3% 0.71% -
HSV(B) 178.64º 0.22% 0.8% -
XYZ 46.87 54.97 64.64 -
YUV 190.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 160 204 203 0.22 0 0.00 0.2 178.64 0.3 0.71
Hex A0 CC CB 16 0 0 14 B3 1E 47
Octal 240 314 313 26 0 0 24 263 36 107
Binary 10100000 11001100 11001011 10110 0 0 10100 10110011 11110 1000111

Color Harmonies of #A0CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCCB

Black with #A0CCCB

Text Example


Text Example

White with #A0CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCCB; }

 p { color: rgb(160,204,203); }

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

background-color css

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

 a { background-color: rgb(160,204,203); }

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

border-color css

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

 span { border-color: rgb(160,204,203); }

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