Html Css Color HEX #A0CBCB Morning Glory

📋 copy color: '#A0CBCB'

red 160 ◦ green 203 ◦ blue 203

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

Shades of Morning Glory #A0CBCB

Tints of Morning Glory #A0CBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.87%

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

R = 28.27%
G = 35.87%
B = 35.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0CBCB (or 0xA0CBCB) is known color: Morning Glory. HEX triplet: A0, CB and CB. RGB value is (160,203,203). Sum of RGB (Red+Green+Blue) = 160+203+203=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #A0CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBCB is #5F3434. Grayscale: #BEBEBE. Windows color (decimal): -6239285 or 13355936. OLE color: 13355936.

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

Color convert

RGB 160 203 203 -
CMYK 0.21 0 0 0.20
HSL 180º 0.29% 0.71% -
HSV(B) 180º 0.21% 0.8% -
XYZ 46.63 54.5 64.56 -
YUV 190.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 160 203 203 0.21 0 0 0.20 180 0.29 0.71
Hex A0 CB CB 15 0 0 14 B4 1D 47
Octal 240 313 313 25 0 0 24 264 35 107
Binary 10100000 11001011 11001011 10101 0 0 10100 10110100 11101 1000111

Color Harmonies of #A0CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBCB

Black with #A0CBCB

Text Example


Text Example

White with #A0CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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